diff options
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 83faf6ed1..a73d8ba59 100644 --- a/src/client/documents/DocumentTypes.ts +++ b/src/client/documents/DocumentTypes.ts @@ -46,6 +46,7 @@ export enum DocumentType { JOURNAL = 'journal', // AARAV ADD JOURNAL TASK = 'task', // AARAV ADD TASK + SCRAPBOOK = 'scrapbook', } export enum CollectionViewType { // general collections |