mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-17 16:24:25 +08:00
migrate services.js to ts
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
export interface ClearDataRequest {
|
||||
readonly password: string;
|
||||
}
|
||||
|
||||
export interface DataStatisticsResponse {
|
||||
readonly totalAccountCount: number;
|
||||
readonly totalTransactionCategoryCount: number;
|
||||
readonly totalTransactionTagCount: number;
|
||||
readonly totalTransactionCount: number;
|
||||
readonly totalTransactionPictureCount: number;
|
||||
readonly totalTransactionTemplateCount: number;
|
||||
readonly totalScheduledTransactionCount: number;
|
||||
}
|
||||
Reference in New Issue
Block a user