diff options
author | aidahosa1 <aisosa_idahosa@brown.edu> | 2024-06-28 12:28:05 -0400 |
---|---|---|
committer | aidahosa1 <aisosa_idahosa@brown.edu> | 2024-06-28 12:28:05 -0400 |
commit | 5a7eee0c82c28b609b3ce628a918bd4209464579 (patch) | |
tree | 559af58685054683e8e49a89c90ad0344c6d7e00 /src/client/documents/DocumentTypes.ts | |
parent | 4521e91a7fd9e7127cf21fdbeba2417881b227ae (diff) | |
parent | 7e13e1df797f1d3358f553802527bf42c5574e81 (diff) |
Merge branch 'keanu-comments' into aisosa-starter
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 8f95068db..a9ea889b3 100644 --- a/src/client/documents/DocumentTypes.ts +++ b/src/client/documents/DocumentTypes.ts @@ -16,6 +16,7 @@ export enum DocumentType { SCREENSHOT = 'screenshot', FONTICON = 'fonticonbox', SEARCH = 'search', // search query + IMAGEGROUPER = 'imagegrouper', LABEL = 'label', // simple text label BUTTON = 'button', // onClick button WEBCAM = 'webcam', // webcam |