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

    Interface AppointmentType

    Data related to an appointment type.

    Each appointment may have multiple appointment types. Each type defines a schedule when appointments can be booked.

    interface AppointmentType {
        uuid: string;
    }
    Index

    Properties

    Properties

    uuid: string

    The UUID of the appointment type.