import { ItemWithLocale } from './ItemWithLocale'; export interface ItemHierarchy { [id: string]: ItemWithLocale }