UNPKG

ch-api-client-typescript2

Version:
62 lines 1.47 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 { HospitalBranchItemMappingModel } from './hospital-branch-item-mapping-model'; /** * * @export * @interface HospitalBranchItemModel */ export interface HospitalBranchItemModel { /** * * @type {string} * @memberof HospitalBranchItemModel */ 'id'?: string; /** * * @type {string} * @memberof HospitalBranchItemModel */ 'languageCode'?: string | null; /** * * @type {string} * @memberof HospitalBranchItemModel */ 'hospitalGroupId'?: string; /** * * @type {number} * @memberof HospitalBranchItemModel */ 'order'?: number; /** * * @type {string} * @memberof HospitalBranchItemModel */ 'name'?: string | null; /** * * @type {boolean} * @memberof HospitalBranchItemModel */ 'isConfirmed'?: boolean; /** * * @type {Array<HospitalBranchItemMappingModel>} * @memberof HospitalBranchItemModel */ 'hospitals'?: Array<HospitalBranchItemMappingModel> | null; } //# sourceMappingURL=hospital-branch-item-model.d.ts.map