Type Alias IToolItem

IToolItem: {
    IMI_OPERATION_NO: number;
    IMI_TOOL_DESCRIPTION: string;
    IMI_TOOL_ID: string;
    IMI_TOOL_NOTE: string | null;
    IMI_TOOL_QTY: number;
}

Type declaration

  • IMI_OPERATION_NO: number
  • IMI_TOOL_DESCRIPTION: string
  • IMI_TOOL_ID: string
  • IMI_TOOL_NOTE: string | null
  • IMI_TOOL_QTY: number