/** * 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 { WebitelContactsLookup } from './webitel-contacts-lookup'; /** * An input of the Contact\'s timezones. * @export * @interface WebitelContactsInputTimezone */ export interface WebitelContactsInputTimezone { /** * Unique ID of the latest version of an existing resource. * @type {string} * @memberof WebitelContactsInputTimezone */ etag: string; /** * Indicates whether this association must be default among others. * @type {boolean} * @memberof WebitelContactsInputTimezone */ primary?: boolean; /** * * @type {WebitelContactsLookup} * @memberof WebitelContactsInputTimezone */ timezone?: WebitelContactsLookup; } //# sourceMappingURL=webitel-contacts-input-timezone.d.ts.map