aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/angular/app/search.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/angular/app/search.ts')
-rw-r--r--client/angular/app/search.ts6
1 files changed, 0 insertions, 6 deletions
diff --git a/client/angular/app/search.ts b/client/angular/app/search.ts
deleted file mode 100644
index c4e771b47..000000000
--- a/client/angular/app/search.ts
+++ /dev/null
@@ -1,6 +0,0 @@
1export type SearchField = "name" | "author" | "podUrl" | "magnetUri";
2
3export interface Search {
4 field: SearchField;
5 value: string;
6}