]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - shared/models/videos/video-sort-field.type.ts
fix internal redirection cycle whithin nginx client-override optimization
[github/Chocobozzz/PeerTube.git] / shared / models / videos / video-sort-field.type.ts
CommitLineData
67ed6552
C
1export type VideoSortField =
2 'name' | '-name' |
3 'duration' | '-duration' |
4 'publishedAt' | '-publishedAt' |
5 'createdAt' | '-createdAt' |
6 'views' | '-views' |
7 'likes' | '-likes' |
8 'trending' | '-trending'