/** * Holds the entity location information. */ export interface LocationSpec { target: string; type: string; }