export interface User { id?: string; origin?: string; createdTimestamp?: bigint; username?: string; enabled?: boolean; totp?: boolean; emailVerified?: boolean; firstName?: string; lastName?: string; email?: string; federationLink?: string; serviceAccountClientId?: string; attributes?: Map; credentials?: never; disableableCredentialTypes?: Set; requiredActions?: string[]; federatedIdentities?: never; realmRoles?: string[]; clientRoles?: Map; clientConsents?: never; notBefore?: number; applicationRoles?: Map; socialLinks?: never; groups?: string[]; access?: Map; }