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