generate api-report

Signed-off-by: Jenah Blitz <jenah.blitz@simplybusiness.com>
This commit is contained in:
Jenah Blitz
2023-01-26 15:59:30 -05:00
parent c5965be60c
commit 10ce9d162c
+4
View File
@@ -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;
```