Interface IAppointmentMonthSlotData

Data about the free slots of a particular month.

Hierarchy

  • IAppointmentMonthSlotData

Index

Properties

Properties

month

Month and year of the slots.

slots

slots: Record<string, IAppointmentDaySlotData>

All free slots at the date. The key of the map is the date in the format yyyy-MM-dd, e.g. 2022-05-31.