Type Alias RSEmbedFieldFindFirstArgs<ExtArgs>

RSEmbedFieldFindFirstArgs<ExtArgs>: {
    cursor?: RSEmbedFieldWhereUniqueInput;
    distinct?: Prisma.RSEmbedFieldScalarFieldEnum | Prisma.RSEmbedFieldScalarFieldEnum[];
    include?: RSEmbedFieldInclude<ExtArgs> | null;
    omit?: RSEmbedFieldOmit<ExtArgs> | null;
    orderBy?: RSEmbedFieldOrderByWithRelationInput | RSEmbedFieldOrderByWithRelationInput[];
    select?: RSEmbedFieldSelect<ExtArgs> | null;
    skip?: number;
    take?: number;
    where?: RSEmbedFieldWhereInput;
}

RSEmbedField findFirst

Type Parameters

Type declaration