Type Alias UserScalarWhereWithAggregatesInput

UserScalarWhereWithAggregatesInput: {
    AND?: UserScalarWhereWithAggregatesInput | UserScalarWhereWithAggregatesInput[];
    NOT?: UserScalarWhereWithAggregatesInput | UserScalarWhereWithAggregatesInput[];
    OR?: UserScalarWhereWithAggregatesInput[];
    badges?: StringNullableWithAggregatesFilter<"User"> | string | null;
    bitfield?: StringNullableWithAggregatesFilter<"User"> | string | null;
    blacklisted?: BoolNullableWithAggregatesFilter<"User"> | boolean | null;
    dbId?: StringWithAggregatesFilter<"User"> | string;
    email?: StringNullableWithAggregatesFilter<"User"> | string | null;
    lastVoted?:
        | DateTimeNullableWithAggregatesFilter<"User">
        | Date
        | string
        | null;
    locale?: StringWithAggregatesFilter<"User"> | string;
    oneServerPremium?: StringNullableWithAggregatesFilter<"User"> | string | null;
    serverPremiumCooldown?:
        | DateTimeNullableWithAggregatesFilter<"User">
        | Date
        | string
        | null;
    userId?: StringWithAggregatesFilter<"User"> | string;
    username?: StringNullableWithAggregatesFilter<"User"> | string | null;
    votes?: IntWithAggregatesFilter<"User"> | number;
}