Type Alias FixUrlRuleFindFirstOrThrowArgs<ExtArgs>

FixUrlRuleFindFirstOrThrowArgs<ExtArgs>: {
    cursor?: FixUrlRuleWhereUniqueInput;
    distinct?: Prisma.FixUrlRuleScalarFieldEnum | Prisma.FixUrlRuleScalarFieldEnum[];
    omit?: FixUrlRuleOmit<ExtArgs> | null;
    orderBy?: FixUrlRuleOrderByWithRelationInput | FixUrlRuleOrderByWithRelationInput[];
    select?: FixUrlRuleSelect<ExtArgs> | null;
    skip?: number;
    take?: number;
    where?: FixUrlRuleWhereInput;
}

FixUrlRule findFirstOrThrow

Type Parameters

Type declaration