File

src/app/shared/models/crush-step.ts

Index

Properties

Properties

Optional item
Type : number
Optional item_name
Type : string
Optional num
Type : number
op
Type : string
Optional type
Type : string
export class CrushStep {
  op: string;
  item_name?: string;
  item?: number;
  type?: string;
  num?: number;
}

result-matching ""

    No results matching ""