DisBot
    Preparing search index...

    Type Alias UsersSelectUpdateManyAndReturn<ExtArgs>

    UsersSelectUpdateManyAndReturn: GetSelect<
        {
            BackupCount?: boolean;
            CustomerBots?: boolean;
            GloablVotes?: boolean;
            Id?: boolean;
            LastVote?: boolean;
            UserId?: boolean;
            Username?: boolean;
            Votes?: boolean;
        },
        ExtArgs["result"]["users"],
    >

    Type Parameters