UNPKG

ch-api-client-typescript2

Version:
38 lines 1.02 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 { WorkingDayItemModel } from './working-day-item-model'; /** * * @export * @interface HospitalWorkingDayOfWeekModel */ export interface HospitalWorkingDayOfWeekModel { /** * * @type {string} * @memberof HospitalWorkingDayOfWeekModel */ 'dayOfWeek'?: string | null; /** * * @type {boolean} * @memberof HospitalWorkingDayOfWeekModel */ 'checkHoliday'?: boolean; /** * * @type {Array<WorkingDayItemModel>} * @memberof HospitalWorkingDayOfWeekModel */ 'availableTimes'?: Array<WorkingDayItemModel> | null; } //# sourceMappingURL=hospital-working-day-of-week-model.d.ts.map