/** * 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 { EngineDefaultDeviceConfigResponseSipDeviceConfig } from './engine-default-device-config-response-sip-device-config'; import { EngineDefaultDeviceConfigResponseWebRTCDeviceConfig } from './engine-default-device-config-response-web-rtcdevice-config'; /** * * @export * @interface EngineDefaultDeviceConfigResponse */ export interface EngineDefaultDeviceConfigResponse { /** * * @type {EngineDefaultDeviceConfigResponseSipDeviceConfig} * @memberof EngineDefaultDeviceConfigResponse */ sip?: EngineDefaultDeviceConfigResponseSipDeviceConfig; /** * * @type {EngineDefaultDeviceConfigResponseWebRTCDeviceConfig} * @memberof EngineDefaultDeviceConfigResponse */ webrtc?: EngineDefaultDeviceConfigResponseWebRTCDeviceConfig; } //# sourceMappingURL=engine-default-device-config-response.d.ts.map