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