UNPKG

ch-api-client-typescript2

Version:
73 lines 1.64 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. */ /** * * @export * @interface HospitalContactDocumentModel */ export interface HospitalContactDocumentModel { /** * * @type {string} * @memberof HospitalContactDocumentModel */ 'Id'?: string | null; /** * * @type {string} * @memberof HospitalContactDocumentModel */ 'ContactType'?: string | null; /** * * @type {string} * @memberof HospitalContactDocumentModel */ 'Name'?: string | null; /** * * @type {string} * @memberof HospitalContactDocumentModel */ 'Voip'?: string | null; /** * * @type {string} * @memberof HospitalContactDocumentModel */ 'TargetValue'?: string | null; /** * * @type {boolean} * @memberof HospitalContactDocumentModel */ 'ShowTargetTel'?: boolean; /** * * @type {string} * @memberof HospitalContactDocumentModel */ 'LanguageCode'?: string | null; /** * * @type {number} * @memberof HospitalContactDocumentModel */ 'Order'?: number; /** * * @type {string} * @memberof HospitalContactDocumentModel */ 'LanguageLocalizedName'?: string | null; } //# sourceMappingURL=hospital-contact-document-model.d.ts.map