UNPKG

ch-admin-api-client-typescript

Version:
80 lines 1.72 kB
/** * 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'; /** * * @export * @interface HospitalGroupModel */ export interface HospitalGroupModel { /** * * @type {string} * @memberof HospitalGroupModel */ 'id'?: string; /** * * @type {string} * @memberof HospitalGroupModel */ 'logo'?: string | null; /** * * @type {string} * @memberof HospitalGroupModel */ 'primaryHospitalId'?: string; /** * * @type {string} * @memberof HospitalGroupModel */ 'languageCode'?: string | null; /** * * @type {string} * @memberof HospitalGroupModel */ 'name'?: string | null; /** * * @type {boolean} * @memberof HospitalGroupModel */ 'isConfirmed'?: boolean; /** * * @type {AuditableEntityModel} * @memberof HospitalGroupModel */ 'auditableEntity'?: AuditableEntityModel; /** * * @type {string} * @memberof HospitalGroupModel */ 'description'?: string | null; /** * * @type {string} * @memberof HospitalGroupModel */ 'overview'?: string | null; /** * * @type {string} * @memberof HospitalGroupModel */ 'content'?: string | null; } //# sourceMappingURL=hospital-group-model.d.ts.map