wip
This commit is contained in:
parent
32aa753452
commit
33683f565f
11 changed files with 330 additions and 294 deletions
|
@ -1,5 +1,5 @@
|
|||
export interface User {
|
||||
keycloakId: string;
|
||||
authentikId: string;
|
||||
username: string;
|
||||
balance: number;
|
||||
}
|
||||
|
|
Reference in a new issue