Appearance
DoCurious API Reference / types / SortParams
Interface: SortParams
Defined in: types/common.types.ts:66
Query parameters for sorting list results.
Properties
sortBy?
optionalsortBy:string
Defined in: types/common.types.ts:68
Field name to sort by (API-specific; e.g., 'createdAt', 'name')
sortOrder?
optionalsortOrder:"asc"|"desc"
Defined in: types/common.types.ts:69