aboutsummaryrefslogtreecommitdiff
path: root/src/fields/KeyStore.ts
diff options
context:
space:
mode:
authorHannah Chow <hannah_chow@brown.edu>2019-03-05 18:10:45 -0500
committerHannah Chow <hannah_chow@brown.edu>2019-03-05 18:10:45 -0500
commit406ffebb6f38a67f829df094465ecf3bd5c37f03 (patch)
treed055fc7f8034f658a4d858da61d54ff847078840 /src/fields/KeyStore.ts
parente64667c09f72e69f8121039809b48167a1d55465 (diff)
underlying link structure set up
Diffstat (limited to 'src/fields/KeyStore.ts')
-rw-r--r--src/fields/KeyStore.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fields/KeyStore.ts b/src/fields/KeyStore.ts
index 9c3dab6de..27f0c28f5 100644
--- a/src/fields/KeyStore.ts
+++ b/src/fields/KeyStore.ts
@@ -28,4 +28,6 @@ export namespace KeyStore {
export const DocumentText = new Key("DocumentText");
export const LinkedToDocs = new Key("LinkedToDocs");
export const LinkedFromDocs = new Key("LinkedFromDocs");
+ export const LinkDescription = new Key("LinkDescription");
+ export const LinkTags = new Key("LinkTag");
}