aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/search/search-field.type.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/shared/search/search-field.type.ts')
-rw-r--r--client/src/app/shared/search/search-field.type.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/app/shared/search/search-field.type.ts b/client/src/app/shared/search/search-field.type.ts
new file mode 100644
index 000000000..846236290
--- /dev/null
+++ b/client/src/app/shared/search/search-field.type.ts
@@ -0,0 +1 @@
export type SearchField = "name" | "author" | "podUrl" | "magnetUri";