UNPKG

@awesome-fe/translate

Version:
10 lines (9 loc) 311 B
import { TranslationEngineType } from '../translation-engine/translation-engine-type'; export interface TranslationOptions { engine?: TranslationEngineType; filename?: string; htmlFragment?: boolean; mustIncludesTags?: string[]; mustExcludesTags?: string[]; jsonProperties?: string[]; }