interface ProcessConstraintsSheetMaterial {
    isAllowed: boolean;
    processId: string;
    sheetMaterialId: string;
}

Hierarchy (view full)

Properties

isAllowed: boolean
processId: string
sheetMaterialId: string