]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/shared/video/sort-field.type.ts
2192745b9f4dbc120089dc1552d5ac71c2973f60
[github/Chocobozzz/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'