Configure initial bank history in the connection UI
This commit is contained in:
@@ -68,6 +68,7 @@ export interface Connection {
|
||||
account_id: string;
|
||||
institution: string;
|
||||
country: string;
|
||||
history_months: number;
|
||||
status: "local" | "connected" | "reconnect_required" | "error";
|
||||
valid_until: string;
|
||||
error: string;
|
||||
|
||||
Reference in New Issue
Block a user