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