> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mobula.io/llms.txt
> Use this file to discover all available pages before exploring further.

# RankingDirection

> Sort direction: ASC or DESC.

### TypeScript shape

```ts theme={null}
type RankingDirection =
  | 'ASC'
  | 'DESC';
```

<ResponseField name="ASC" type="enum">Ascending.</ResponseField>
<ResponseField name="DESC" type="enum">Descending.</ResponseField>
