import Instances from './Instances'; export interface Entities { [entity: string]: Instances; } export default Entities;