mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-25 07:45:47 +00:00
fix: add is_paid to BaseExpense
This commit is contained in:
Vendored
+1
@@ -50,6 +50,7 @@ export type BaseExpense = {
|
|||||||
total_pengajuan: number;
|
total_pengajuan: number;
|
||||||
total_realisasi: number;
|
total_realisasi: number;
|
||||||
latest_approval: BaseApproval;
|
latest_approval: BaseApproval;
|
||||||
|
is_paid: boolean;
|
||||||
};
|
};
|
||||||
|
|
||||||
export type Expense = BaseMetadata & BaseExpense;
|
export type Expense = BaseMetadata & BaseExpense;
|
||||||
|
|||||||
Reference in New Issue
Block a user