Type Alias FixUrlRuleUpsertArgs<ExtArgs>

FixUrlRuleUpsertArgs<ExtArgs>: {
    create: XOR<FixUrlRuleCreateInput, FixUrlRuleUncheckedCreateInput>;
    omit?: FixUrlRuleOmit<ExtArgs> | null;
    select?: FixUrlRuleSelect<ExtArgs> | null;
    update: XOR<FixUrlRuleUpdateInput, FixUrlRuleUncheckedUpdateInput>;
    where: FixUrlRuleWhereUniqueInput;
}

FixUrlRule upsert

Type Parameters

Type declaration