interface WorkshopCostThresholds {
    costPerThreshold: CostPerThreshold[];
    hours: number;
    name: string;
}

Properties

costPerThreshold: CostPerThreshold[]
hours: number
name: string