diff options
author | bobzel <zzzman@gmail.com> | 2023-12-15 11:16:09 -0500 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2023-12-15 11:16:09 -0500 |
commit | c7efb74813244585f6805895e8e5fb5324fd8ed5 (patch) | |
tree | 0424aaf8d52e6d60435f6b1ea17b477a06d3359f /src/client/documents/DocumentTypes.ts | |
parent | 3ddfe7d4d56e62398d0f798409318f1a4715c275 (diff) | |
parent | e9b59a2790006af60206af7f676ad4a0ccceee13 (diff) |
Merge remote-tracking branch 'origin/zaul-new-branch' into moreUpgrading
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 427b11751..8cd36b312 100644 --- a/src/client/documents/DocumentTypes.ts +++ b/src/client/documents/DocumentTypes.ts @@ -36,6 +36,7 @@ export enum DocumentType { COMPARISON = 'comparison', GROUP = 'group', PUSHPIN = 'pushpin', + MAPROUTE = 'maproute', SCRIPTDB = 'scriptdb', // database of scripts GROUPDB = 'groupdb', // database of groups |