/** * 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. */ /** * Timerange filter value. * @export * @interface WebitelChatTimerange */ export interface WebitelChatTimerange { /** * Since epochtime (milli). **Match**: greater than .. * @type {string} * @memberof WebitelChatTimerange */ since?: string; /** * Until epochtime (milli). **Match**: less or equal .. * @type {string} * @memberof WebitelChatTimerange */ until?: string; } //# sourceMappingURL=webitel-chat-timerange.d.ts.map