]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - shared/models/videos/video-sort-field.type.ts
Trigger a Gitpod dev image rebuild (in order to get upstream's Node.js 12 upgrade...
[github/Chocobozzz/PeerTube.git] / shared / models / videos / video-sort-field.type.ts
1 export type VideoSortField =
2 'name' | '-name' |
3 'duration' | '-duration' |
4 'publishedAt' | '-publishedAt' |
5 'createdAt' | '-createdAt' |
6 'views' | '-views' |
7 'likes' | '-likes' |
8 'trending' | '-trending'