Type Alias FixUrlRuleUpdateManyArgs<ExtArgs>

FixUrlRuleUpdateManyArgs<ExtArgs>: {
    data: XOR<FixUrlRuleUpdateManyMutationInput, FixUrlRuleUncheckedUpdateManyInput>;
    limit?: number;
    where?: FixUrlRuleWhereInput;
}

FixUrlRule updateMany

Type Parameters

Type declaration