aboutsummaryrefslogblamecommitdiffhomepage
path: root/shared/models/videos/video-sort-field.type.ts
blob: f2e70f5fa6de3ea666202f882b98d5a76afeb9b3 (plain) (tree)
1
2
3
4
5
6
7
8







                                  
export type VideoSortField =
  'name' | '-name' |
  'duration' | '-duration' |
  'publishedAt' | '-publishedAt' |
  'createdAt' | '-createdAt' |
  'views' | '-views' |
  'likes' | '-likes' |
  'trending' | '-trending'