diff options
author | yipstanley <stanley_yip@brown.edu> | 2019-03-17 19:27:48 -0400 |
---|---|---|
committer | yipstanley <stanley_yip@brown.edu> | 2019-03-17 19:27:48 -0400 |
commit | 65d67baa79c7d1c22db23b4ea722403d5067176b (patch) | |
tree | 2bccce4ca89dce2329d791486b3173d79c4390ff /src/fields/KeyStore.ts | |
parent | 94baa241afd3a99b233ae6197b7e404951347413 (diff) | |
parent | 641656b5e803305971006c386db2f465da0373ac (diff) |
changes
Diffstat (limited to 'src/fields/KeyStore.ts')
-rw-r--r-- | src/fields/KeyStore.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/fields/KeyStore.ts b/src/fields/KeyStore.ts index 06cdc8fc8..9c7a45af4 100644 --- a/src/fields/KeyStore.ts +++ b/src/fields/KeyStore.ts @@ -37,4 +37,7 @@ export namespace KeyStore { export const CurPage = new Key("CurPage"); export const NumPages = new Key("NumPages"); export const Ink = new Key("Ink"); + export const OptionalRightCollection = new Key("OptionalRightCollection"); + export const Archives = new Key("Archives"); + export const Updated = new Key("Updated"); } |