interface ToolsWorkLoadEquipmentDetails {
    comments?: string;
    grossWeightTons?: number;
    groupings: ToolsWorkLoadGroupingDetails[];
    initialAndNumber: string;
    netWeightTons: number;
    sequence?: number;
    tareWeightTons?: number;
}

Properties

comments?: string
grossWeightTons?: number

Any arbitrary grouping of equipment such as ash type, bin, etc.

initialAndNumber: string
netWeightTons: number
sequence?: number
tareWeightTons?: number