mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-03 14:37:13 +01:00
7 lines
134 B
TypeScript
7 lines
134 B
TypeScript
export const BOOKING_STATUS = {
|
|
REQUESTED: 'requested',
|
|
CONFIRMED: 'confirmed',
|
|
REJECTED: 'rejected',
|
|
CANCELED: 'canceled',
|
|
}
|