interface ProcessConstraintsPurchasePartMaterial {
    isAllowed: boolean;
    processId: string;
    purchasePartMaterialId: string;
}

Hierarchy (view full)

Properties

isAllowed: boolean
processId: string
purchasePartMaterialId: string