UserWhereInput: {
    AND?: UserWhereInput | UserWhereInput[];
    NOT?: UserWhereInput | UserWhereInput[];
    OR?: UserWhereInput[];
    activeGuildSubscriptions?: UserActiveGuildSubscriptionListRelationFilter;
    badges?: StringNullableFilter<"User"> | string | null;
    birthday?: XOR<UserBirthdayNullableScalarRelationFilter, UserBirthdayWhereInput> | null;
    bitfield?: StringNullableFilter<"User"> | string | null;
    blacklisted?: BoolNullableFilter<"User"> | boolean | null;
    dbId?: StringFilter<"User"> | string;
    email?: StringNullableFilter<"User"> | string | null;
    gettingStarted?: XOR<UserGettingStartedNullableScalarRelationFilter, UserGettingStartedWhereInput> | null;
    kickAccount?: XOR<UserKickAccountNullableScalarRelationFilter, UserKickAccountWhereInput> | null;
    lastVoted?:
        | DateTimeNullableFilter<"User">
        | Date
        | string
        | null;
    linkedRoles?: XOR<UserLinkedRolesNullableScalarRelationFilter, UserLinkedRolesWhereInput> | null;
    locale?: StringFilter<"User"> | string;
    mediaShare?: XOR<UserMediaShareNullableScalarRelationFilter, UserMediaShareWhereInput> | null;
    notifications?: XOR<UserNotificationsNullableScalarRelationFilter, UserNotificationsWhereInput> | null;
    oneServerPremium?: StringNullableFilter<"User"> | string | null;
    premium?: XOR<UserPremiumNullableScalarRelationFilter, UserPremiumWhereInput> | null;
    rumbleAccount?: XOR<UserRumbleAccountNullableScalarRelationFilter, UserRumbleAccountWhereInput> | null;
    serverPremiumCooldown?:
        | DateTimeNullableFilter<"User">
        | Date
        | string
        | null;
    sessions?: UserSessionListRelationFilter;
    twitchAccount?: XOR<UserTwitchAccountNullableScalarRelationFilter, UserTwitchAccountWhereInput> | null;
    userId?: StringFilter<"User"> | string;
    username?: StringNullableFilter<"User"> | string | null;
    votes?: IntFilter<"User"> | number;
}