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






                                  


                            

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

  // trending sorts
  'trending' | '-trending' |
  'hot' | '-hot' |
  'best' | '-best'