aboutsummaryrefslogtreecommitdiff
path: root/viewer/src/@types/tag/Operation.ts
diff options
context:
space:
mode:
Diffstat (limited to 'viewer/src/@types/tag/Operation.ts')
-rw-r--r--viewer/src/@types/tag/Operation.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/viewer/src/@types/tag/Operation.ts b/viewer/src/@types/tag/Operation.ts
new file mode 100644
index 0000000..a0de92b
--- /dev/null
+++ b/viewer/src/@types/tag/Operation.ts
@@ -0,0 +1,5 @@
1export enum Operation {
2 INTERSECTION = '',
3 ADDITION = '+',
4 SUBSTRACTION = '-',
5}; \ No newline at end of file