export type DashboardEntity = { data: { actor: { entitySearch: { results: { entities: Array; }; }; }; }; }; export type ResultEntity = { dashboardParentGuid: string; guid: string; permalink: string; name: string; };