clear all transactions of specified account (#228)

This commit is contained in:
MaysWind
2025-09-22 00:26:59 +08:00
parent cbe784172e
commit 245fdd78e4
25 changed files with 397 additions and 5 deletions
+5
View File
@@ -14,6 +14,11 @@ export interface ClearDataRequest {
readonly password: string;
}
export interface ClearAccountTransactionsRequest {
readonly accountId: string;
readonly password: string;
}
export interface DataStatisticsResponse {
readonly totalAccountCount: string;
readonly totalTransactionCategoryCount: string;