interface LaserSheetCuttingMinArea {
    area: number;
    laserSheetCuttingGasId: string;
    sheetCuttingMaterialId: string;
    thickness: number;
}

Hierarchy (view full)

Properties

area: number
laserSheetCuttingGasId: string
sheetCuttingMaterialId: string
thickness: number