diff options
author | usodhi <61431818+usodhi@users.noreply.github.com> | 2020-06-19 11:37:39 +0530 |
---|---|---|
committer | usodhi <61431818+usodhi@users.noreply.github.com> | 2020-06-19 11:37:39 +0530 |
commit | a4959a79b002a25617a84e6edff1148fff666c68 (patch) | |
tree | 2e44ad04c69d83c2c619faad17cd308702bdc749 /src/client/documents/DocumentTypes.ts | |
parent | 1a03c645e5801fe0cfe71e1b1744313a41523de6 (diff) |
initial commit: added group document type + started setting up GroupManager
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 7ba21b2f6..5697a5bc0 100644 --- a/src/client/documents/DocumentTypes.ts +++ b/src/client/documents/DocumentTypes.ts @@ -36,4 +36,5 @@ export enum DocumentType { LINKDB = "linkdb", // database of links ??? why do we have this SCRIPTDB = "scriptdb", // database of scripts RECOMMENDATION = "recommendation", // view of a recommendation + GROUPDB = "groupdb" // database of groups }
\ No newline at end of file |