TypeScript shape
PairRankingAttribute!
The field to sort by. See PairRankingAttribute.
RankingDirection!
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Input object for sorting pairs in the filterPairs query.
interface PairRanking {
attribute?: PairRankingAttribute | null;
direction?: RankingDirection | null;
}