]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/app/videos/shared/sort-field.type.ts
Add a loader animation when loading the videos list
[github/Chocobozzz/PeerTube.git] / client / app / videos / shared / sort-field.type.ts
1 export type SortField = "name" | "-name"
2 | "duration" | "-duration"
3 | "createdDate" | "-createdDate";