UNPKG

ch-api-client-typescript2

Version:
37 lines 786 B
/** * 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. */ /** * * @export * @interface ChannelSip */ export interface ChannelSip { /** * * @type {string} * @memberof ChannelSip */ 'uri'?: string | null; /** * * @type {string} * @memberof ChannelSip */ 'username'?: string | null; /** * * @type {string} * @memberof ChannelSip */ 'password'?: string | null; } //# sourceMappingURL=channel-sip.d.ts.map