This commit is contained in:
2025-04-11 11:55:47 +02:00
parent 696c3577a7
commit e1397d781c
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
export interface GenericUser {
firstName: string | null;
lastName: string | null;
emai: string | null;
email: string | null;
phone: string | null;
keycloakUserId: string | null;
}