aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents/DocumentTypes.ts
diff options
context:
space:
mode:
authorandrewdkim <adkim414@gmail.com>2020-02-22 13:08:50 -0500
committerandrewdkim <adkim414@gmail.com>2020-02-22 13:08:50 -0500
commit2352407ef1722031df20e51f3dce7aff6f3f6c00 (patch)
tree4019c0ac7c475fabeab438158c5d90e89ec4fdef /src/client/documents/DocumentTypes.ts
parent3910d017f6f06ebaf78884e9935d9206505427b8 (diff)
initial
Diffstat (limited to 'src/client/documents/DocumentTypes.ts')
-rw-r--r--src/client/documents/DocumentTypes.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/documents/DocumentTypes.ts b/src/client/documents/DocumentTypes.ts
index df056f3e0..e02382661 100644
--- a/src/client/documents/DocumentTypes.ts
+++ b/src/client/documents/DocumentTypes.ts
@@ -27,5 +27,6 @@ export enum DocumentType {
DOCULINK = "doculink",
PDFANNO = "pdfanno",
INK = "ink",
- DOCUMENT = "document"
+ DOCUMENT = "document",
+ SEARCH = "search",
} \ No newline at end of file