feat:添加本地数据库
This commit is contained in:
9
src/types/transaction.d.ts
vendored
Normal file
9
src/types/transaction.d.ts
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
export interface Transaction {
|
||||
id: string;
|
||||
amount: number;
|
||||
merchant: string;
|
||||
category: string;
|
||||
date: string;
|
||||
note?: string;
|
||||
syncStatus: 'pending' | 'synced' | 'error';
|
||||
}
|
||||
Reference in New Issue
Block a user