RED-8638 - fixed build

This commit is contained in:
Valentin Mihai 2024-04-11 19:19:52 +03:00
parent 963f14bb8a
commit 8cea43e57a

View File

@ -14,7 +14,7 @@ interface Engine {
readonly translateParams?: Record<string, any>;
}
const Engines = {
export const Engines = {
DICTIONARY: 'DICTIONARY',
NER: 'NER',
RULE: 'RULE',