diff --git a/plugins/newrelic-dashboard/src/api/NewRelicDashboardApi.ts b/plugins/newrelic-dashboard/src/api/NewRelicDashboardApi.ts index 60e5997c3d..48c7a44c3a 100644 --- a/plugins/newrelic-dashboard/src/api/NewRelicDashboardApi.ts +++ b/plugins/newrelic-dashboard/src/api/NewRelicDashboardApi.ts @@ -31,7 +31,6 @@ export interface SnapshotDetailsSummary { } export const newRelicDashboardApiRef = createApiRef({ id: 'plugin.newrelicdashboard.service', - description: 'Used by the New Relic Dashboard plugin to make requests', }); export type NewRelicDashboardApi = { diff --git a/plugins/newrelic-dashboard/src/types/DashboardEntity.ts b/plugins/newrelic-dashboard/src/types/DashboardEntity.ts index 81f82530ce..78a1b7913d 100644 --- a/plugins/newrelic-dashboard/src/types/DashboardEntity.ts +++ b/plugins/newrelic-dashboard/src/types/DashboardEntity.ts @@ -19,7 +19,7 @@ export type DashboardEntity = { actor: { entitySearch: { results: { - entities: [ResultEntity]; + entities: Array; }; }; };