Type Alias TWSCurrentlyLiveUpdateManyArgs<ExtArgs>

TWSCurrentlyLiveUpdateManyArgs<ExtArgs>: {
    data: XOR<TWSCurrentlyLiveUpdateManyMutationInput, TWSCurrentlyLiveUncheckedUpdateManyInput>;
    limit?: number;
    where?: TWSCurrentlyLiveWhereInput;
}

TWSCurrentlyLive updateMany

Type Parameters

Type declaration