UNPKG

@tomei/rental

Version:
6 lines (5 loc) 111 B
export enum BookingStatusEnum { CONFIRMED = 'Confirmed', PENDING = 'Pending', CANCELLED = 'Cancelled', }