chore: move classes add balance fix routes

This commit is contained in:
Constantin Simonis 2025-02-19 12:06:49 +01:00
parent a091387c1c
commit 877b6f77b2
No known key found for this signature in database
GPG key ID: 758DD9C506603183
6 changed files with 4 additions and 3 deletions

View file

@ -1,4 +1,5 @@
export interface User {
keycloakId: string;
username: string;
balance: number;
}