removed deprecated description from the plugin

Signed-off-by: mufaddal motiwala <mufaddalmm.52@gmail.com>
This commit is contained in:
mufaddal motiwala
2021-12-21 18:52:31 +05:30
parent 928142523d
commit 6d532419cc
2 changed files with 1 additions and 2 deletions
@@ -31,7 +31,6 @@ export interface SnapshotDetailsSummary {
}
export const newRelicDashboardApiRef = createApiRef<NewRelicDashboardApi>({
id: 'plugin.newrelicdashboard.service',
description: 'Used by the New Relic Dashboard plugin to make requests',
});
export type NewRelicDashboardApi = {
@@ -19,7 +19,7 @@ export type DashboardEntity = {
actor: {
entitySearch: {
results: {
entities: [ResultEntity];
entities: Array<ResultEntity>;
};
};
};