mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-16 07:57:33 +08:00
export transaction data based on the conditions on the transaction list page (#55)
This commit is contained in:
@@ -1,3 +1,15 @@
|
||||
export interface ExportTransactionDataRequest {
|
||||
readonly maxTime: number;
|
||||
readonly minTime: number;
|
||||
readonly type: number;
|
||||
readonly categoryIds: string;
|
||||
readonly accountIds: string;
|
||||
readonly tagIds: string;
|
||||
readonly tagFilterType: number;
|
||||
readonly amountFilter: string;
|
||||
readonly keyword: string;
|
||||
}
|
||||
|
||||
export interface ClearDataRequest {
|
||||
readonly password: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user