/** * 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'; import { WfmShiftTemplateTime } from './wfm-shift-template-time'; /** * * @export * @interface WfmShiftTemplate */ export interface WfmShiftTemplate { /** * * @type {string} * @memberof WfmShiftTemplate */ created_at?: string; /** * * @type {WfmLookupEntity} * @memberof WfmShiftTemplate */ created_by?: WfmLookupEntity; /** * * @type {string} * @memberof WfmShiftTemplate */ description?: string; /** * * @type {string} * @memberof WfmShiftTemplate */ domain_id?: string; /** * * @type {string} * @memberof WfmShiftTemplate */ id?: string; /** * * @type {string} * @memberof WfmShiftTemplate */ name?: string; /** * * @type {Array} * @memberof WfmShiftTemplate */ times?: Array; /** * * @type {string} * @memberof WfmShiftTemplate */ updated_at?: string; /** * * @type {WfmLookupEntity} * @memberof WfmShiftTemplate */ updated_by?: WfmLookupEntity; } //# sourceMappingURL=wfm-shift-template.d.ts.map