mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-16 07:57:33 +08:00
migrate income&expense overview card and monthly income&expense card to composition API and typescript
This commit is contained in:
@@ -234,3 +234,11 @@ export interface TransactionOverviewResponseItem {
|
||||
incompleteExpenseAmount: boolean;
|
||||
amounts?: TransactionAmountsResponseItemAmountInfo[];
|
||||
}
|
||||
|
||||
export interface TransactionMonthlyIncomeAndExpenseData {
|
||||
monthStartTime: number;
|
||||
incomeAmount: number;
|
||||
expenseAmount: number;
|
||||
incompleteIncomeAmount: boolean;
|
||||
incompleteExpenseAmount: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user