@oneblink/apps-react
    Preparing search index...

    Type Alias SchedulingBooking

    type SchedulingBooking = {
        endTime: Date;
        isReschedule: boolean;
        location: string | undefined;
        startTime: Date;
        submissionId: string;
    }
    Index

    Properties

    endTime: Date

    Date and time the booking ends

    isReschedule: boolean

    true if the booking has been rescheduled, otherwise false

    location: string | undefined

    Location of booking

    startTime: Date

    Date and time the booking starts

    submissionId: string

    The unique identifier for the submission associated with the booking