aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents/DocumentTypes.ts
diff options
context:
space:
mode:
authorbob <bcz@cs.brown.edu>2019-10-17 16:48:39 -0400
committerbob <bcz@cs.brown.edu>2019-10-17 16:48:39 -0400
commitfca8d503610f799ca0e4afcec114075456d411e0 (patch)
treecac4a76094e72dfc302f0118f763ce1753ab4053 /src/client/documents/DocumentTypes.ts
parentdcdefb2a5a80d3c4d5451d6c7fc7213565d5ea5f (diff)
switched links over to be a document
Diffstat (limited to 'src/client/documents/DocumentTypes.ts')
-rw-r--r--src/client/documents/DocumentTypes.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/documents/DocumentTypes.ts b/src/client/documents/DocumentTypes.ts
index 03178bbdb..ea37fc2f1 100644
--- a/src/client/documents/DocumentTypes.ts
+++ b/src/client/documents/DocumentTypes.ts
@@ -23,4 +23,5 @@ export enum DocumentType {
PRESELEMENT = "preselement",
QUERY = "search",
COLOR = "color",
+ DOCULINK = "doculink"
} \ No newline at end of file