Type Alias WSCurrentlyLiveUpdateManyArgs<ExtArgs>

WSCurrentlyLiveUpdateManyArgs<ExtArgs>: {
    data: XOR<WSCurrentlyLiveUpdateManyMutationInput, WSCurrentlyLiveUncheckedUpdateManyInput>;
    limit?: number;
    where?: WSCurrentlyLiveWhereInput;
}

WSCurrentlyLive updateMany

Type Parameters

Type declaration