/** * CloudHospital Api * CloudHospital application with Swagger, Swashbuckle, and API versioning. * * The version of the OpenAPI document: 2 * Contact: developer@icloudhospital.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 { ChannelMessenger } from './channel-messenger'; import { ChannelMms } from './channel-mms'; import { ChannelPstn } from './channel-pstn'; import { ChannelSip } from './channel-sip'; import { ChannelSms } from './channel-sms'; import { ChannelVbc } from './channel-vbc'; import { ChannelViber } from './channel-viber'; import { ChannelWebSocket } from './channel-web-socket'; import { ChannelWhatsApp } from './channel-whats-app'; /** * * @export * @interface UserChannels */ export interface UserChannels { /** * * @type {Array} * @memberof UserChannels */ 'pstn'?: Array | null; /** * * @type {Array} * @memberof UserChannels */ 'sip'?: Array | null; /** * * @type {Array} * @memberof UserChannels */ 'vbc'?: Array | null; /** * * @type {Array} * @memberof UserChannels */ 'websocket'?: Array | null; /** * * @type {Array} * @memberof UserChannels */ 'sms'?: Array | null; /** * * @type {Array} * @memberof UserChannels */ 'mms'?: Array | null; /** * * @type {Array} * @memberof UserChannels */ 'whatsapp'?: Array | null; /** * * @type {Array} * @memberof UserChannels */ 'viber'?: Array | null; /** * * @type {Array} * @memberof UserChannels */ 'messenger'?: Array | null; } //# sourceMappingURL=user-channels.d.ts.map