UNPKG

ch-admin-api-client-typescript

Version:
44 lines 1.3 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. */ import { DayOfWeek } from './day-of-week'; /** * * @export * @interface DeleteDoctorAffiliationAppointmentTimetableOverridesCommand */ export interface DeleteDoctorAffiliationAppointmentTimetableOverridesCommand { /** * * @type {Array<string>} * @memberof DeleteDoctorAffiliationAppointmentTimetableOverridesCommand */ 'ids'?: Array<string> | null; /** * * @type {Date} * @memberof DeleteDoctorAffiliationAppointmentTimetableOverridesCommand */ 'dateOnly'?: Date | null; /** * * @type {DayOfWeek} * @memberof DeleteDoctorAffiliationAppointmentTimetableOverridesCommand */ 'dayOfWeek'?: DayOfWeek; /** * * @type {Date} * @memberof DeleteDoctorAffiliationAppointmentTimetableOverridesCommand */ 'dateBefore'?: Date | null; } //# sourceMappingURL=delete-doctor-affiliation-appointment-timetable-overrides-command.d.ts.map