feat(OP-4112): return executionTypes

This commit is contained in:
Dmitriy Pavlov
2023-07-10 18:08:39 +03:00
parent 9de02596a7
commit 8b30128314
2 changed files with 8 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
const executionTypes = ['LIMIT', 'STOP_LIMIT'] as const;
export default executionTypes;