chore: move classes add balance fix routes
This commit is contained in:
parent
a091387c1c
commit
877b6f77b2
6 changed files with 4 additions and 3 deletions
|
@ -1,4 +1,5 @@
|
|||
export interface User {
|
||||
keycloakId: string;
|
||||
username: string;
|
||||
balance: number;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue