DisBot
    Preparing search index...

    Type Alias TempVoiceChannelsUpdateManyAndReturnArgs<ExtArgs>

    TempVoiceChannels updateManyAndReturn

    type TempVoiceChannelsUpdateManyAndReturnArgs<
        ExtArgs extends InternalArgs = DefaultArgs,
    > = {
        data: XOR<
            TempVoiceChannelsUpdateManyMutationInput,
            TempVoiceChannelsUncheckedUpdateManyInput,
        >;
        include?: TempVoiceChannelsIncludeUpdateManyAndReturn<ExtArgs>
        | null;
        limit?: number;
        omit?: TempVoiceChannelsOmit<ExtArgs> | null;
        select?: TempVoiceChannelsSelectUpdateManyAndReturn<ExtArgs> | null;
        where?: TempVoiceChannelsWhereInput;
    }

    Type Parameters

    Index

    Properties

    The data used to update TempVoiceChannels.

    Choose, which related nodes to fetch as well

    limit?: number

    Limit how many TempVoiceChannels to update.

    Omit specific fields from the TempVoiceChannels

    Select specific fields to fetch from the TempVoiceChannels

    Filter which TempVoiceChannels to update