feat: add initial balance support to accounts, enhancing account management and balance calculations across components
This commit is contained in:
@@ -22,6 +22,7 @@ export interface Account {
|
||||
type: "CHECKING" | "SAVINGS" | "CREDIT_CARD" | "OTHER";
|
||||
folderId: string | null;
|
||||
balance: number;
|
||||
initialBalance: number;
|
||||
currency: string;
|
||||
lastImport: string | null;
|
||||
externalUrl: string | null;
|
||||
|
||||
Reference in New Issue
Block a user