Interface: FeatureRequirementDto
@kortexya/reasoninglayer / Row / FeatureRequirementDto
Interface: FeatureRequirementDto
Defined in: src/types/row.ts:33
A feature requirement for row queries.
Properties
featureType?
optionalfeatureType:FeatureTypeDto|null
Defined in: src/types/row.ts:37
Expected type (optional — Any if not specified).
name
name:
string
Defined in: src/types/row.ts:35
Feature name.
value?
optionalvalue:unknown
Defined in: src/types/row.ts:39
Expected value (optional — for exact matching).