3.0.1
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user