4 lines
151 B
TypeScript
4 lines
151 B
TypeScript
|
export const SORT_DIRECTION_ASCENDING = 'Ascending';
|
||
|
export const SORT_DIRECTION_DESCENDING = 'Descending';
|
||
|
export const SORT_DIRECTION_NONE = 'None';
|