mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-16 16:07:33 +08:00
tag filter supports selecting both included and excluded tags simultaneously
This commit is contained in:
@@ -4,8 +4,7 @@ export interface ExportTransactionDataRequest {
|
||||
readonly type: number;
|
||||
readonly categoryIds: string;
|
||||
readonly accountIds: string;
|
||||
readonly tagIds: string;
|
||||
readonly tagFilterType: number;
|
||||
readonly tagFilter: string;
|
||||
readonly amountFilter: string;
|
||||
readonly keyword: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user