import { IIdentifier } from './IIdentifier'; import { IType } from './IType'; export interface IModelRef { id: IIdentifier; type: IType; }