/** * Webitel API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 24.04.0 * Contact: support@webitel.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ import { WfmLookupEntity } from './wfm-lookup-entity'; /** * * @export * @interface WfmAgentScheduleShiftPause */ export interface WfmAgentScheduleShiftPause { /** * * @type {WfmLookupEntity} * @memberof WfmAgentScheduleShiftPause */ cause?: WfmLookupEntity; /** * * @type {string} * @memberof WfmAgentScheduleShiftPause */ created_at?: string; /** * * @type {WfmLookupEntity} * @memberof WfmAgentScheduleShiftPause */ created_by?: WfmLookupEntity; /** * * @type {string} * @memberof WfmAgentScheduleShiftPause */ domain_id?: string; /** * * @type {string} * @memberof WfmAgentScheduleShiftPause */ end?: string; /** * * @type {string} * @memberof WfmAgentScheduleShiftPause */ id?: string; /** * * @type {string} * @memberof WfmAgentScheduleShiftPause */ start?: string; /** * * @type {string} * @memberof WfmAgentScheduleShiftPause */ updated_at?: string; /** * * @type {WfmLookupEntity} * @memberof WfmAgentScheduleShiftPause */ updated_by?: WfmLookupEntity; } //# sourceMappingURL=wfm-agent-schedule-shift-pause.d.ts.map