mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-04 06:57:12 +01:00
further code improvements
This commit is contained in:
committed by
Thomas Ruoff
parent
52a68e9989
commit
4b16e07985
@@ -1,6 +1,6 @@
|
||||
export const BOOKING_STATUS = {
|
||||
REQUESTED: 'requested',
|
||||
CONFIRMED: 'confirmed',
|
||||
REJECTED: 'rejected',
|
||||
CANCELED: 'canceled',
|
||||
export enum BOOKING_STATUS {
|
||||
REQUESTED = 'requested',
|
||||
CONFIRMED = 'confirmed',
|
||||
REJECTED = 'rejected',
|
||||
CANCELED = 'canceled',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user