export interface GenericUser { firstName: string; lastName: string; email: string; phone: string | null; keycloakUserId?: string | null; }