mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-04 06:57:12 +01:00
add BookingBill model
This commit is contained in:
5
db/paymentState.ts
Normal file
5
db/paymentState.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export enum PAYMENT_STATE {
|
||||
OUTSTANDING = 'outstanding',
|
||||
INVOICED = 'invoiced',
|
||||
PAID = 'paid',
|
||||
}
|
||||
Reference in New Issue
Block a user