Skip to main content

TypeScript shape

interface HoldersInputSort {
  attribute?: HoldersSortAttribute | null;
  direction?: RankingDirection | null;
}
attribute
HoldersSortAttribute
Field to sort by. See HoldersSortAttribute.
direction
RankingDirection
Sort direction. See RankingDirection.