IUser & {
        email?: string;
        settings?: {
            profile: Record<string, unknown>;
            preferences: unknown;