Type Alias WSEmbedFieldFindFirstArgs<ExtArgs>

WSEmbedFieldFindFirstArgs<ExtArgs>: {
    cursor?: WSEmbedFieldWhereUniqueInput;
    distinct?: Prisma.WSEmbedFieldScalarFieldEnum | Prisma.WSEmbedFieldScalarFieldEnum[];
    include?: WSEmbedFieldInclude<ExtArgs> | null;
    omit?: WSEmbedFieldOmit<ExtArgs> | null;
    orderBy?: WSEmbedFieldOrderByWithRelationInput | WSEmbedFieldOrderByWithRelationInput[];
    select?: WSEmbedFieldSelect<ExtArgs> | null;
    skip?: number;
    take?: number;
    where?: WSEmbedFieldWhereInput;
}

WSEmbedField findFirst

Type Parameters

Type declaration