/** * 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 { TimeWindowUniversal } from './timeWindow'; /** * Performer\'s shift assigned to the specified time (`shift_time`). */ export interface AssignedPerformerUniversal { [key: string]: any | any; /** * Performer\'s key, unique identifier. */ performer_key: string; /** * Performer\'s shift key. */ shift_key: string; shift_time: TimeWindowUniversal; }