generate api-report
Signed-off-by: Jenah Blitz <jenah.blitz@simplybusiness.com>
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
/// <reference types="react" />
|
||||
|
||||
import { BackstagePlugin } from '@backstage/core-plugin-api';
|
||||
import { Entity } from '@backstage/catalog-model';
|
||||
import { RouteRef } from '@backstage/core-plugin-api';
|
||||
|
||||
// @public
|
||||
@@ -19,4 +20,7 @@ export const airbrakePlugin: BackstagePlugin<
|
||||
|
||||
// @public
|
||||
export const EntityAirbrakeContent: () => JSX.Element;
|
||||
|
||||
// @public
|
||||
export const isAirbrakeAvailable: (entity: Entity) => boolean;
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user