Type Alias IMaterialItem

IMaterialItem: {
    IMI_LINE_NO: number;
    IMI_MATERIAL_DESCRIPTION: string;
    IMI_MATERIAL_HEAT: string | null;
    IMI_MATERIAL_ISSUED: number;
    IMI_MATERIAL_LOT_BATCH: string | null;
    IMI_MATERIAL_NO: string | null;
    IMI_MATERIAL_QTY: number;
    IMI_MATERIAL_RESERVED: number;
    IMI_MATERIAL_STATE: string;
    IMI_PART_NO: string;
}

Type declaration

  • IMI_LINE_NO: number
  • IMI_MATERIAL_DESCRIPTION: string
  • IMI_MATERIAL_HEAT: string | null
  • IMI_MATERIAL_ISSUED: number
  • IMI_MATERIAL_LOT_BATCH: string | null
  • IMI_MATERIAL_NO: string | null
  • IMI_MATERIAL_QTY: number
  • IMI_MATERIAL_RESERVED: number
  • IMI_MATERIAL_STATE: string
  • IMI_PART_NO: string