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