import Model from '../../model/Model'; export interface DictionaryOne { [key: string]: Model; } export default DictionaryOne;