Skip to content

Interface: RowTypeDto

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Row / RowTypeDto

Interface: RowTypeDto

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

Row type specification for queries.

Properties

features

features: FeatureRequirementDto[]

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

Required features.


open?

optional open: boolean

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

Whether the row is open (can have additional features) or closed (exact match).