SortBy The field to sort the links by. The default is createdAt. Example Usage import { SortBy } from "dub/models/operations"; let value: SortBy = "saleAmount"; Values "createdAt" | "clicks" | "saleAmount" | "lastClicked"