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 CreateHospitalBranchCommand */ export interface CreateHospitalBranchCommand { /** * * @type {string} * @memberof CreateHospitalBranchCommand */ 'hospitalGroupId'?: string; /** * * @type {string} * @memberof CreateHospitalBranchCommand */ 'languageCode'?: string | null; /** * * @type {string} * @memberof CreateHospitalBranchCommand */ 'name'?: string | null; /** * * @type {string} * @memberof CreateHospitalBranchCommand */ 'description'?: string | null; /** * * @type {string} * @memberof CreateHospitalBranchCommand */ 'overview'?: string | null; /** * * @type {string} * @memberof CreateHospitalBranchCommand */ 'content'?: string | null; /** * * @type {boolean} * @memberof CreateHospitalBranchCommand */ 'isConfirmed'?: boolean; /** * * @type {number} * @memberof CreateHospitalBranchCommand */ 'order'?: number; } //# sourceMappingURL=create-hospital-branch-command.d.ts.map