Handle sort in rss
[oweals/peertube.git] / client / src / app / shared / video / sort-field.type.ts
1 export type VideoSortField = 'name' | '-name'
2                       | 'duration' | '-duration'
3                       | 'createdAt' | '-createdAt'
4                       | 'views' | '-views'
5                       | 'likes' | '-likes'