Skip to content

Interface: TermListResponse

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Query / TermListResponse

Interface: TermListResponse

Defined in: src/types/query.ts:185

Response wrapper for term list queries (e.g., findBySort).

Remarks

The SDK unwraps this internally, returning TermDto[] to the caller.

Properties

count

count: number

Defined in: src/types/query.ts:189

Total count.


terms

terms: TermDto[]

Defined in: src/types/query.ts:187

Matching terms.