mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-04 15:07:13 +01:00
rename js/x ts/x
This commit is contained in:
committed by
Thomas Ruoff
parent
9853e31201
commit
be1e22460d
6
db/bookingStatus.ts
Normal file
6
db/bookingStatus.ts
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