import { CategoryDictionary } from './category-dictionary'; export interface Translations { [language: string]: CategoryDictionary; }