mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-15 15:37:33 +08:00
clear all transactions of specified account (#228)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user