Skip to content

Interface: SortResponse

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Sorts / SortResponse

Interface: SortResponse

Defined in: src/types/sorts.ts:151

Response wrapper for sort endpoints.

Remarks

Sort CRUD endpoints (create, get) return SortResponse, not raw SortDto. The SDK unwraps this internally for convenience.

Properties

sort

sort: SortDto

Defined in: src/types/sorts.ts:153

The sort.