/** * 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 { WebitelChatPeer } from './webitel-chat-peer'; /** * Customer is external chat contact. * @export * @interface WebitelChatCustomer */ export interface WebitelChatCustomer { /** * Customer unique **ID**entifier. Account **type**-specific string. * @type {string} * @memberof WebitelChatCustomer */ id?: string; /** * Customer account **name**. * @type {string} * @memberof WebitelChatCustomer */ name?: string; /** * Customer account **type**. * @type {string} * @memberof WebitelChatCustomer */ type?: string; /** * [VIA] Text gateway associations. * @type {Array} * @memberof WebitelChatCustomer */ via?: Array; } //# sourceMappingURL=webitel-chat-customer.d.ts.map