diff options
author | sharkiecodes <lanyi_stroud@brown.edu> | 2025-04-21 19:41:51 -0400 |
---|---|---|
committer | sharkiecodes <lanyi_stroud@brown.edu> | 2025-04-21 19:41:51 -0400 |
commit | 5290e6a69fdadb6037f3d8a03f5ed82e00927520 (patch) | |
tree | 2ab7cb47f242905b14f78653ba74024b9b4b0b5a /src/client/documents/DocumentTypes.ts | |
parent | 17e24e780b54f2f7015c0ca955c3aa5091bba19c (diff) |
attempting to integrate scrapbooks
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 5c6559836..cef44e999 100644 --- a/src/client/documents/DocumentTypes.ts +++ b/src/client/documents/DocumentTypes.ts @@ -44,6 +44,7 @@ export enum DocumentType { SCRIPTDB = 'scriptdb', // database of scripts GROUPDB = 'groupdb', // database of groups + SCRAPBOOK = 'scrapbook', JOURNAL = 'journal', // AARAV ADD } export enum CollectionViewType { |