diff options
author | Bob Zeleznik <zzzman@gmail.com> | 2020-06-16 23:24:33 -0400 |
---|---|---|
committer | Bob Zeleznik <zzzman@gmail.com> | 2020-06-16 23:24:33 -0400 |
commit | 78e2ab25c00d6dace4093326a6d7b2777951577c (patch) | |
tree | 42b3328619b61c04dc94691ae8a127abefdc7308 /src/client/documents/DocumentTypes.ts | |
parent | 3927564a9ff22af07490f0e98be3e8cbe1a4d3ab (diff) | |
parent | 9ead194ead1e603083945740e2b6e76130f23e18 (diff) |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web
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 06d35038a..7ba21b2f6 100644 --- a/src/client/documents/DocumentTypes.ts +++ b/src/client/documents/DocumentTypes.ts @@ -34,5 +34,6 @@ export enum DocumentType { COMPARISON = "comparison", // before/after view with slider (view of 2 images) LINKDB = "linkdb", // database of links ??? why do we have this + SCRIPTDB = "scriptdb", // database of scripts RECOMMENDATION = "recommendation", // view of a recommendation }
\ No newline at end of file |