Type Alias RSCurrentlyLiveUpdateManyAndReturnArgs<ExtArgs>

RSCurrentlyLiveUpdateManyAndReturnArgs<ExtArgs>: {
    data: XOR<RSCurrentlyLiveUpdateManyMutationInput, RSCurrentlyLiveUncheckedUpdateManyInput>;
    include?: RSCurrentlyLiveIncludeUpdateManyAndReturn<ExtArgs> | null;
    limit?: number;
    omit?: RSCurrentlyLiveOmit<ExtArgs> | null;
    select?: RSCurrentlyLiveSelectUpdateManyAndReturn<ExtArgs> | null;
    where?: RSCurrentlyLiveWhereInput;
}

RSCurrentlyLive updateManyAndReturn

Type Parameters

Type declaration