removed deprecated description from the plugin
Signed-off-by: mufaddal motiwala <mufaddalmm.52@gmail.com>
This commit is contained in:
@@ -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>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user