diff options
author | bob <bcz@cs.brown.edu> | 2019-10-17 16:48:39 -0400 |
---|---|---|
committer | bob <bcz@cs.brown.edu> | 2019-10-17 16:48:39 -0400 |
commit | fca8d503610f799ca0e4afcec114075456d411e0 (patch) | |
tree | cac4a76094e72dfc302f0118f763ce1753ab4053 /src/client/documents/DocumentTypes.ts | |
parent | dcdefb2a5a80d3c4d5451d6c7fc7213565d5ea5f (diff) |
switched links over to be a document
Diffstat (limited to 'src/client/documents/DocumentTypes.ts')
-rw-r--r-- | src/client/documents/DocumentTypes.ts | 1 |
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 |