2 rows per overview section
[oweals/peertube.git] / client / src / app / shared / video / sort-field.type.ts
index 2a3ae4ddd8bc1fc77d2390219b675fd163bc5a06..d1088d24495e35f3cbd8bac0f88ce8dc34ef1867 100644 (file)
@@ -1,5 +1,7 @@
 export type VideoSortField = 'name' | '-name'
                       | 'duration' | '-duration'
+                      | 'publishedAt' | '-publishedAt'
                       | 'createdAt' | '-createdAt'
                       | 'views' | '-views'
                       | 'likes' | '-likes'
+                      | 'trending' | '-trending'