Type Alias DcWorkflowSortOption
DcWorkflowSortOption:
| "ascending"
| "descending"
| { direction: "ascending"
| "descending"; type: "metadata" | "field" }
Type Declaration
- "ascending"
- "descending"
- { direction: "ascending" | "descending"; type: "metadata" | "field" }
direction: "ascending" | "descending"
type: "metadata" | "field"
Sort direction: simple string shorthand or detailed object with direction and sort type