Type Alias TSCurrentlyLiveUpdateManyArgs<ExtArgs>

TSCurrentlyLiveUpdateManyArgs<ExtArgs>: {
    data: XOR<TSCurrentlyLiveUpdateManyMutationInput, TSCurrentlyLiveUncheckedUpdateManyInput>;
    limit?: number;
    where?: TSCurrentlyLiveWhereInput;
}

TSCurrentlyLive updateMany

Type Parameters

Type declaration