]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/videos/shared/sort-field.type.ts
Client: better confirm box for a beautiful world
[github/Chocobozzz/PeerTube.git] / client / src / app / videos / shared / sort-field.type.ts
CommitLineData
cf20596c
C
1export type SortField = "name" | "-name"
2 | "duration" | "-duration"
feb4bdfd 3 | "createdAt" | "-createdAt";