RED-8638 - fixed build

This commit is contained in:
Valentin Mihai 2024-04-11 19:19:26 +03:00
parent 42fe183170
commit 1d2351dba1

View File

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