]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/videos/shared/sort-field.type.ts
Use typescript standard and lint all files
[github/Chocobozzz/PeerTube.git] / client / src / app / videos / shared / 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'