Skip to main content

TypeScript shape

type RankingDirection =
  | 'ASC'
  | 'DESC';
ASC
enum
Ascending.
DESC
enum
Descending.