Added payment done and pending
This commit is contained in:
5
src/interfaces/user.payments.ts
Normal file
5
src/interfaces/user.payments.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
// these arrays contain the ids of the corporates that have paid or not paid
|
||||
export interface PaymentsStatus {
|
||||
pending: string[];
|
||||
done: string[];
|
||||
}
|
||||
Reference in New Issue
Block a user