aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/video/sort-field.type.ts
blob: 2a3ae4ddd8bc1fc77d2390219b675fd163bc5a06 (plain) (blame)
1
2
3
4
5
export type VideoSortField = 'name' | '-name'
                      | 'duration' | '-duration'
                      | 'createdAt' | '-createdAt'
                      | 'views' | '-views'
                      | 'likes' | '-likes'