DisBot
    Preparing search index...

    Type Alias TempVoicesUpdateManyArgs<ExtArgs>

    TempVoices updateMany

    type TempVoicesUpdateManyArgs<ExtArgs extends InternalArgs = DefaultArgs> = {
        data: XOR<
            TempVoicesUpdateManyMutationInput,
            TempVoicesUncheckedUpdateManyInput,
        >;
        limit?: number;
        where?: TempVoicesWhereInput;
    }

    Type Parameters

    Index

    Properties

    Properties

    The data used to update TempVoices.

    limit?: number

    Limit how many TempVoices to update.

    Filter which TempVoices to update