aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents/DocumentTypes.ts
diff options
context:
space:
mode:
authormonikahedman <monika_hedman@brown.edu>2019-08-21 10:23:23 -0400
committermonikahedman <monika_hedman@brown.edu>2019-08-21 10:23:23 -0400
commit4a6231e1631cda4f3f09ce0202538108609a8d47 (patch)
tree41a355f31456e9181ec30ba85b746080add71282 /src/client/documents/DocumentTypes.ts
parent2423533d1044ed14b5b356709234bbaa27fd2561 (diff)
parent9984f2f19001c07e63738947172e12da25e4498e (diff)
pulled from master
Diffstat (limited to 'src/client/documents/DocumentTypes.ts')
-rw-r--r--src/client/documents/DocumentTypes.ts22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/client/documents/DocumentTypes.ts b/src/client/documents/DocumentTypes.ts
new file mode 100644
index 000000000..1578e49fe
--- /dev/null
+++ b/src/client/documents/DocumentTypes.ts
@@ -0,0 +1,22 @@
+export enum DocumentType {
+ NONE = "none",
+ TEXT = "text",
+ HIST = "histogram",
+ IMG = "image",
+ WEB = "web",
+ COL = "collection",
+ KVP = "kvp",
+ VID = "video",
+ AUDIO = "audio",
+ PDF = "pdf",
+ ICON = "icon",
+ IMPORT = "import",
+ LINK = "link",
+ LINKDOC = "linkdoc",
+ BUTTON = "button",
+ TEMPLATE = "template",
+ EXTENSION = "extension",
+ YOUTUBE = "youtube",
+ DRAGBOX = "dragbox",
+ PRES = "presentation",
+} \ No newline at end of file