UNPKG

ch-admin-api-client-typescript

Version:
55 lines 1.11 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 WorkingDayModel */ export interface WorkingDayModel { /** * * @type {string} * @memberof WorkingDayModel */ 'id'?: string; /** * * @type {string} * @memberof WorkingDayModel */ 'dayOfWeek'?: string | null; /** * * @type {Date} * @memberof WorkingDayModel */ 'timeFrom'?: Date; /** * * @type {Date} * @memberof WorkingDayModel */ 'timeTo'?: Date; /** * * @type {boolean} * @memberof WorkingDayModel */ 'checkHoliday'?: boolean; /** * * @type {number} * @memberof WorkingDayModel */ 'order'?: number; } //# sourceMappingURL=working-day-model.d.ts.map