ch-admin-api-client-typescript
Version:
Openapi generated typescript-axios client for CloudHospital admin
87 lines • 1.91 kB
TypeScript
/**
* CloudHospital Admin Api
* CloudHospital application with Swagger, Swashbuckle, and API versioning.
*
* The version of the OpenAPI document: 1
* 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 { AuditableEntityModel } from './auditable-entity-model';
import { ContactType } from './contact-type';
/**
*
* @export
* @interface HospitalContactModel
*/
export interface HospitalContactModel {
/**
*
* @type {string}
* @memberof HospitalContactModel
*/
'id'?: string;
/**
*
* @type {string}
* @memberof HospitalContactModel
*/
'name'?: string | null;
/**
*
* @type {ContactType}
* @memberof HospitalContactModel
*/
'contactType'?: ContactType;
/**
*
* @type {string}
* @memberof HospitalContactModel
*/
'voip'?: string | null;
/**
*
* @type {string}
* @memberof HospitalContactModel
*/
'targetValue'?: string | null;
/**
*
* @type {boolean}
* @memberof HospitalContactModel
*/
'showTargetTel'?: boolean;
/**
*
* @type {string}
* @memberof HospitalContactModel
*/
'languageCode'?: string | null;
/**
*
* @type {string}
* @memberof HospitalContactModel
*/
'hospitalId'?: string;
/**
*
* @type {number}
* @memberof HospitalContactModel
*/
'order'?: number;
/**
*
* @type {string}
* @memberof HospitalContactModel
*/
'languageLocalizedName'?: string | null;
/**
*
* @type {AuditableEntityModel}
* @memberof HospitalContactModel
*/
'auditableEntity'?: AuditableEntityModel;
}
//# sourceMappingURL=hospital-contact-model.d.ts.map