Type Alias FixUrlRuleFindUniqueOrThrowArgs<ExtArgs>

FixUrlRuleFindUniqueOrThrowArgs<ExtArgs>: {
    omit?: FixUrlRuleOmit<ExtArgs> | null;
    select?: FixUrlRuleSelect<ExtArgs> | null;
    where: FixUrlRuleWhereUniqueInput;
}

FixUrlRule findUniqueOrThrow

Type Parameters

Type declaration