export enum BookingStatusEnum { CONFIRMED = 'Confirmed', PENDING = 'Pending', CANCELLED = 'Cancelled', }