interface SheetCuttingProcessConsumableRate {
    consumableId: string;
    sheetCuttingProcessId: string;
    thickness: number;
    unitsPerHour: number;
}

Hierarchy (view full)

Properties

consumableId: string
sheetCuttingProcessId: string
thickness: number
unitsPerHour: number