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