UNPKG
@freedomds/shared-pagination
Version:
latest (1.0.7)
1.0.7
1.0.6
1.0.5
FDS-Shared - Helper types for grid pagination, sorting and filtering
@freedomds/shared-pagination
/
src
/
enumeration
/
sort-order.d.ts
5 lines
(4 loc)
•
78 B
TypeScript
View Raw
1
2
3
4
5
export
declare
enum
SortOrder
{
Ascending
=
1
,
Descending
= -
1
, }