mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +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_realisasi: number;
|
||||
latest_approval: BaseApproval;
|
||||
is_paid: boolean;
|
||||
};
|
||||
|
||||
export type Expense = BaseMetadata & BaseExpense;
|
||||
|
||||
Reference in New Issue
Block a user