interface BomWorkStepDetailsCoating {
    coatingAreaPerPart: number;
    coatingId?: string;
}

Properties

coatingAreaPerPart: number
coatingId?: string