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