Type alias DasApiParamAssetSortBy
DasApiParamAssetSortBy: {
sortBy: "created" | "updated" | "recent_action" | "none";
sortDirection: "asc" | "desc";
}
Type declaration
-
sortBy: "created" | "updated" | "recent_action" | "none"
-
sortDirection: "asc" | "desc"
Sorting criteria.