interface TranslateVariablesInterface {
    [index: string]: any;
}
export default TranslateVariablesInterface;
