UNPKG

ch-admin-api-client-typescript

Version:
67 lines 1.5 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. */ /** * * @export * @interface UpdateHospitalGroupCommand */ export interface UpdateHospitalGroupCommand { /** * * @type {string} * @memberof UpdateHospitalGroupCommand */ 'languageCode'?: string | null; /** * * @type {string} * @memberof UpdateHospitalGroupCommand */ 'name'?: string | null; /** * * @type {string} * @memberof UpdateHospitalGroupCommand */ 'description'?: string | null; /** * * @type {string} * @memberof UpdateHospitalGroupCommand */ 'overview'?: string | null; /** * * @type {string} * @memberof UpdateHospitalGroupCommand */ 'content'?: string | null; /** * * @type {boolean} * @memberof UpdateHospitalGroupCommand */ 'isConfirmed'?: boolean; /** * * @type {string} * @memberof UpdateHospitalGroupCommand */ 'logo'?: string | null; /** * * @type {string} * @memberof UpdateHospitalGroupCommand */ 'primaryHospitalId'?: string | null; } //# sourceMappingURL=update-hospital-group-command.d.ts.map