Skip to content

Interface: FeatureRequirementDto

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Row / FeatureRequirementDto

Interface: FeatureRequirementDto

Defined in: src/types/row.ts:33

A feature requirement for row queries.

Properties

featureType?

optional featureType: 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?

optional value: unknown

Defined in: src/types/row.ts:39

Expected value (optional — for exact matching).