import { AssetDefinition } from './AssetDefinition'; export interface IModelConfiguration { key: string; name: string; getAssets(): Array; }