Skip to main content

TypeScript shape

interface PairRanking {
  attribute?: PairRankingAttribute | null;
  direction?: RankingDirection | null;
}
attribute
PairRankingAttribute!
The field to sort by. See PairRankingAttribute.
direction
RankingDirection!
Sort direction: ASC or DESC. See RankingDirection.