Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 365 Bytes

sort.md

File metadata and controls

19 lines (12 loc) · 365 Bytes

Sort

DEPRECATED. Use sortBy instead.

⚠️ DEPRECATED: This will be removed in a future release, please migrate away from it as soon as possible.

Example Usage

import { Sort } from "dub/models/operations";

let value: Sort = "saleAmount";

Values

"createdAt" | "clicks" | "saleAmount" | "lastClicked"