feat: add external URL support for bank accounts, allowing users to link to their bank's portal
This commit is contained in:
@@ -24,6 +24,7 @@ export interface Account {
|
||||
balance: number;
|
||||
currency: string;
|
||||
lastImport: string | null;
|
||||
externalUrl: string | null;
|
||||
}
|
||||
|
||||
export interface Folder {
|
||||
|
||||
Reference in New Issue
Block a user