UNPKG

@tomei/rental

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