export type BookingApi = { id: string; identifier: string; name: string; type: 'bookingApi'; };