interface NodeIssueTubeNotAvailable {
    inputLength?: number;
    outOfStock: boolean;
    tubeMaterialId?: string;
    tubeProfileIds: string[];
    tubeSpecificationId?: string;
}

Properties

inputLength?: number
outOfStock: boolean
tubeMaterialId?: string
tubeProfileIds: string[]
tubeSpecificationId?: string