DisBot
    Preparing search index...

    Type Alias TempVoiceChannelsUpdateManyArgs<ExtArgs>

    TempVoiceChannels updateMany

    type TempVoiceChannelsUpdateManyArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        data: XOR<
            TempVoiceChannelsUpdateManyMutationInput,
            TempVoiceChannelsUncheckedUpdateManyInput,
        >;
        limit?: number;
        where?: TempVoiceChannelsWhereInput;
    }

    Type Parameters

    Index

    Properties

    Properties

    The data used to update TempVoiceChannels.

    limit?: number

    Limit how many TempVoiceChannels to update.

    Filter which TempVoiceChannels to update