Display balance evolution chart

This commit is contained in:
2025-05-02 11:17:51 +02:00
parent 272c8ab312
commit 56370ec936
9 changed files with 561 additions and 43 deletions

View File

@@ -1,6 +1,6 @@
import { APIClient } from "./ApiClient";
type Balances = Record<number, number>;
export type Balances = Record<number, number>;
export interface MovementUpdate {
account_id: number;