Type Alias FixUrlRuleUpdateArgs<ExtArgs>

FixUrlRuleUpdateArgs<ExtArgs>: {
    data: XOR<FixUrlRuleUpdateInput, FixUrlRuleUncheckedUpdateInput>;
    omit?: FixUrlRuleOmit<ExtArgs> | null;
    select?: FixUrlRuleSelect<ExtArgs> | null;
    where: FixUrlRuleWhereUniqueInput;
}

FixUrlRule update

Type Parameters

Type declaration