diff options
author | yipstanley <stanley_yip@brown.edu> | 2019-11-09 16:27:07 -0500 |
---|---|---|
committer | yipstanley <stanley_yip@brown.edu> | 2019-11-09 16:27:07 -0500 |
commit | 563a8926c0646e9907c8a4eec2e648ab5ae79e02 (patch) | |
tree | bc516c6e5991fb3ad10f962e94636738343891c3 /src/client/documents/DocumentTypes.ts | |
parent | ab5a893493e150337f0b193344f73bc7aa12afe5 (diff) |
hey, Sam's pushing these changes
Diffstat (limited to 'src/client/documents/DocumentTypes.ts')
-rw-r--r-- | src/client/documents/DocumentTypes.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/documents/DocumentTypes.ts b/src/client/documents/DocumentTypes.ts index 12501065a..f6dd0c346 100644 --- a/src/client/documents/DocumentTypes.ts +++ b/src/client/documents/DocumentTypes.ts @@ -24,5 +24,6 @@ export enum DocumentType { QUERY = "search", COLOR = "color", DOCULINK = "doculink", - PDFANNO = "pdfanno" + PDFANNO = "pdfanno", + INK = "ink" }
\ No newline at end of file |