export interface DefinitionObject { isPromoted?: boolean; labelType?: string; multiplicity?: string; numberPrecision?: number; promotedAlias?: string; inverseRelation?: string; }