This commit is contained in:
Constantin Simonis 2025-03-06 11:01:59 +01:00
commit 33683f565f
No known key found for this signature in database
GPG key ID: 3878FF77C24AF4D2
11 changed files with 330 additions and 294 deletions

View file

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