formcycle 8.3.6 - JavaScript for forms
    Preparing search index...

    Interface AppointmentDaySlotData

    Data about the free slots of a particular day.

    interface AppointmentDaySlotData {
        date: LocalDate;
        slots: readonly AppointmentSlotData[];
    }
    Index

    Properties

    Properties

    date: LocalDate

    Date of the free slots.

    slots: readonly AppointmentSlotData[]

    All free slots at the date.