mirror of
https://github.com/LukeHagar/dub-node.git
synced 2025-12-09 04:19:43 +00:00
12 lines
287 B
Markdown
12 lines
287 B
Markdown
# Sort
|
|
|
|
The field to sort the links by. The default is `createdAt`, and sort order is always descending.
|
|
|
|
|
|
## Values
|
|
|
|
| Name | Value |
|
|
| ------------- | ------------- |
|
|
| `CreatedAt` | createdAt |
|
|
| `Clicks` | clicks |
|
|
| `LastClicked` | lastClicked | |