Type Alias FixUrlRuleUpdateManyAndReturnArgs<ExtArgs>

FixUrlRuleUpdateManyAndReturnArgs<ExtArgs>: {
    data: XOR<FixUrlRuleUpdateManyMutationInput, FixUrlRuleUncheckedUpdateManyInput>;
    limit?: number;
    omit?: FixUrlRuleOmit<ExtArgs> | null;
    select?: FixUrlRuleSelectUpdateManyAndReturn<ExtArgs> | null;
    where?: FixUrlRuleWhereInput;
}

FixUrlRule updateManyAndReturn

Type Parameters

Type declaration