Merge branch 'release/1.4.0' into develop
[oweals/peertube.git] / client / src / app / shared / video / sort-field.type.ts
1 export type VideoSortField = 'name' | '-name'
2                       | 'duration' | '-duration'
3                       | 'publishedAt' | '-publishedAt'
4                       | 'createdAt' | '-createdAt'
5                       | 'views' | '-views'
6                       | 'likes' | '-likes'
7                       | 'trending' | '-trending'