interface ProcessConstraintsTubeMaterial {
    isAllowed: boolean;
    processId: string;
    tubeMaterialId: string;
}

Hierarchy (view full)

Properties

isAllowed: boolean
processId: string
tubeMaterialId: string