IShipmentLine: {
CUSTOMER: string;
CUSTOMER_PO: string;
DESCRIPTION: string;
LOT_BATCH: string | null;
PART_NO: string;
POSITION: string;
PROJECT_ID: string;
PROJECT_MANAGER: string;
QTY: number;
SHOP_ORDER: string | null;
}
Type declaration
CUSTOMER: string
CUSTOMER_PO: string
DESCRIPTION: string
LOT_BATCH: string | null
PART_NO: string
POSITION: string
PROJECT_ID: string
PROJECT_MANAGER: string
QTY: number
SHOP_ORDER: string | null