/**
 * VRt.Studio [ST]
 *
 * The version of the OpenAPI document: 7.18.2755
 * Contact: servicedesk@veeroute.com
 *
 * NOTE: This class is auto generated by OpenAPI Generator.
 * Do not edit the class manually.
 */
import { DemandExtraDurationStudio } from './demandExtraDuration';
/**
 * The performer limitations.
 */
export interface PerformerLimitsStudio {
    [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<DemandExtraDurationStudio>;
}
