aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents/DocumentTypes.ts
diff options
context:
space:
mode:
authoranika-ahluwalia <anika.ahluwalia@gmail.com>2020-06-08 10:57:59 -0500
committeranika-ahluwalia <anika.ahluwalia@gmail.com>2020-06-08 10:57:59 -0500
commitb21aeae569c3ebcf2538918a13cf64b9d4c8bade (patch)
tree7cf174bc9afb044ec1cfaa6ff313e9f8612e1385 /src/client/documents/DocumentTypes.ts
parent16ea6fac3dc786b80c934284a6b6079dd60da084 (diff)
adding ScriptManager and saving
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 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