export const BOOKING_STATUS = { REQUESTED: 'requested', CONFIRMED: 'confirmed', REJECTED: 'rejected', CANCELED: 'canceled', }