import Collection from '../../data/Collection'; export interface DictionaryMany { [key: string]: Collection; } export default DictionaryMany;