aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents/DocumentTypes.ts
diff options
context:
space:
mode:
authorsharkiecodes <lanyi_stroud@brown.edu>2025-04-21 19:41:51 -0400
committersharkiecodes <lanyi_stroud@brown.edu>2025-04-21 19:41:51 -0400
commit5290e6a69fdadb6037f3d8a03f5ed82e00927520 (patch)
tree2ab7cb47f242905b14f78653ba74024b9b4b0b5a /src/client/documents/DocumentTypes.ts
parent17e24e780b54f2f7015c0ca955c3aa5091bba19c (diff)
attempting to integrate scrapbooks
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 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 {