]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/shared/video/sort-field.type.ts
Use sequelize scopes
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / video / sort-field.type.ts
CommitLineData
d38b8281
C
1export type SortField = 'name' | '-name'
2 | 'duration' | '-duration'
86e83939
C
3 | 'createdAt' | '-createdAt'
4 | 'views' | '-views'
df98563e 5 | 'likes' | '-likes'