/** * VRt.Universal [UV] * * The version of the OpenAPI document: 7.26.3024 * Contact: servicedesk@veeroute.com * * NOTE: This class is auto generated by OpenAPI Generator. * Do not edit the class manually. */ import { DemandExtraDurationUniversal } from './demandExtraDuration'; /** * Limitation on the performer\'s workload. */ export interface PerformerLimitsUniversal { [key: string]: any | any; /** * Limit of the number of performer\'s shifts in one planning. */ max_work_shifts?: number; /** * A list of demands for which the performer will spend more time than indicated in the demand. Valid for the specified performer-order pair for all performer\'s shifts and all demands\'s events. */ demand_extra_durations?: Array; }