From 5d5744dae809c7c7d6f590f9fa587c961f831cc0 Mon Sep 17 00:00:00 2001 From: mufaddal motiwala Date: Tue, 21 Dec 2021 18:39:21 +0530 Subject: [PATCH] add the correct array type Signed-off-by: mufaddal motiwala --- plugins/newrelic-dashboard/src/types/DashboardEntity.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }; }; };