mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-03 22:47:15 +01:00
add separate booking state
This commit is contained in:
6
db/bookingStatus.js
Normal file
6
db/bookingStatus.js
Normal file
@@ -0,0 +1,6 @@
|
||||
export const BOOKING_STATUS = {
|
||||
REQUESTED: 'requested',
|
||||
CONFIRMED: 'confirmed',
|
||||
REJECTED: 'rejected',
|
||||
CANCELED: 'canceled',
|
||||
}
|
||||
Reference in New Issue
Block a user