/** * 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 { WfmAgentScheduleShift } from './wfm-agent-schedule-shift'; import { WfmFilterBetween } from './wfm-filter-between'; import { WfmLookupEntity } from './wfm-lookup-entity'; /** * * @export * @interface InlineObject3 */ export interface InlineObject3 { /** * * @type {Array} * @memberof InlineObject3 */ agents?: Array; /** * * @type {WfmFilterBetween} * @memberof InlineObject3 */ date?: WfmFilterBetween; /** * Map key is a day of week: 0 - Sunday, ..., 6 - Saturday. * @type {{ [key: string]: WfmAgentScheduleShift; }} * @memberof InlineObject3 */ items?: { [key: string]: WfmAgentScheduleShift; }; } //# sourceMappingURL=inline-object3.d.ts.map