Type Alias YTSEmbedFieldFindFirstArgs<ExtArgs>

YTSEmbedFieldFindFirstArgs<ExtArgs>: {
    cursor?: YTSEmbedFieldWhereUniqueInput;
    distinct?: Prisma.YTSEmbedFieldScalarFieldEnum | Prisma.YTSEmbedFieldScalarFieldEnum[];
    include?: YTSEmbedFieldInclude<ExtArgs> | null;
    omit?: YTSEmbedFieldOmit<ExtArgs> | null;
    orderBy?: YTSEmbedFieldOrderByWithRelationInput | YTSEmbedFieldOrderByWithRelationInput[];
    select?: YTSEmbedFieldSelect<ExtArgs> | null;
    skip?: number;
    take?: number;
    where?: YTSEmbedFieldWhereInput;
}

YTSEmbedField findFirst

Type Parameters

Type declaration