diff options
author | Mohammad Amoush <muhammedamoush@gmail.com> | 2019-09-13 16:43:09 -0400 |
---|---|---|
committer | Mohammad Amoush <muhammedamoush@gmail.com> | 2019-09-13 16:43:09 -0400 |
commit | ee03fa6e04dd9dba3099f75154de6ffab566ff5c (patch) | |
tree | a4c79f9d871211fc3c15d443c67fdf7cc2aee04a /src/client/documents/DocumentTypes.ts | |
parent | 68e554cafb6107bfde9526773b3e0e667d582c88 (diff) |
Trial 5(Most succesful yet)
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 381981e1b..4430ffd62 100644 --- a/src/client/documents/DocumentTypes.ts +++ b/src/client/documents/DocumentTypes.ts @@ -17,6 +17,7 @@ export enum DocumentType { TEMPLATE = "template", EXTENSION = "extension", YOUTUBE = "youtube", + WEBCAM = "webcam", DRAGBOX = "dragbox", PRES = "presentation", LINKFOLLOW = "linkfollow", |