UNPKG

ch-api-client-typescript2

Version:
58 lines 1.2 kB
/** * 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 { UserChannels } from './user-channels'; /** * * @export * @interface VonageUser */ export interface VonageUser { /** * * @type {string} * @memberof VonageUser */ 'id'?: string | null; /** * * @type {string} * @memberof VonageUser */ 'name'?: string | null; /** * * @type {string} * @memberof VonageUser */ 'displayName'?: string | null; /** * * @type {string} * @memberof VonageUser */ 'imageUrl'?: string | null; /** * * @type {{ [key: string]: any; }} * @memberof VonageUser */ 'properties'?: { [key: string]: any; } | null; /** * * @type {UserChannels} * @memberof VonageUser */ 'channels'?: UserChannels; } //# sourceMappingURL=vonage-user.d.ts.map