interface BookingParticipant {
    fields: BookingField[];
}

Properties

Properties

fields: BookingField[]