Type Alias RSCurrentlyLiveUpdateManyArgs<ExtArgs>

RSCurrentlyLiveUpdateManyArgs<ExtArgs>: {
    data: XOR<RSCurrentlyLiveUpdateManyMutationInput, RSCurrentlyLiveUncheckedUpdateManyInput>;
    limit?: number;
    where?: RSCurrentlyLiveWhereInput;
}

RSCurrentlyLive updateMany

Type Parameters

Type declaration