aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/app/videos/shared/sort-field.type.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/app/videos/shared/sort-field.type.ts')
-rw-r--r--client/app/videos/shared/sort-field.type.ts3
1 files changed, 0 insertions, 3 deletions
diff --git a/client/app/videos/shared/sort-field.type.ts b/client/app/videos/shared/sort-field.type.ts
deleted file mode 100644
index 6e8cc7936..000000000
--- a/client/app/videos/shared/sort-field.type.ts
+++ /dev/null
@@ -1,3 +0,0 @@
1export type SortField = "name" | "-name"
2 | "duration" | "-duration"
3 | "createdDate" | "-createdDate";