]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/app/videos/shared/sort-field.type.ts
Follow the angular styleguide for the directories structure
[github/Chocobozzz/PeerTube.git] / client / app / videos / shared / sort-field.type.ts
CommitLineData
cf20596c
C
1export type SortField = "name" | "-name"
2 | "duration" | "-duration"
3 | "createdDate" | "-createdDate";