Configure initial bank history in the connection UI

This commit is contained in:
Lars Nolden
2026-09-10 16:37:34 +02:00
parent bec6d0b444
commit f4c7d54575
10 changed files with 181 additions and 36 deletions
+1
View File
@@ -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;