Type Alias RSEmbedFieldUpdateManyAndReturnArgs<ExtArgs>

RSEmbedFieldUpdateManyAndReturnArgs<ExtArgs>: {
    data: XOR<RSEmbedFieldUpdateManyMutationInput, RSEmbedFieldUncheckedUpdateManyInput>;
    include?: RSEmbedFieldIncludeUpdateManyAndReturn<ExtArgs> | null;
    limit?: number;
    omit?: RSEmbedFieldOmit<ExtArgs> | null;
    select?: RSEmbedFieldSelectUpdateManyAndReturn<ExtArgs> | null;
    where?: RSEmbedFieldWhereInput;
}

RSEmbedField updateManyAndReturn

Type Parameters

Type declaration