import { Entity } from '../models/Entity.model'; export interface EntityAncestryResponseItemsInner { parentEntityRefs: Array; entity: Entity; }