Skip to main content

TypeScript shape

type HoldersSortAttribute =
  | 'BALANCE'
  | 'DATE';
BALANCE
enum
Sort by balance.
DATE
enum
Sort by date.