/** * Entity location for a specific entity. */ export interface Location { target: string; type: string; id: string; }