fix: build api-report

Signed-off-by: Isaiah Thiessen <isaiah.thiessen@telus.com>
This commit is contained in:
Isaiah Thiessen
2022-06-10 09:49:07 -07:00
parent f8f7f389ff
commit 50770f06cc
+5 -3
View File
@@ -8,13 +8,15 @@
import { BackstagePlugin } from '@backstage/core-plugin-api';
import { Entity } from '@backstage/catalog-model';
// @public (undocumented)
// @public
export const dynatracePlugin: BackstagePlugin<{}, {}>;
// @public (undocumented)
// @public
export const DynatraceTab: () => JSX.Element;
// @public (undocumented)
// Warning: (tsdoc-param-tag-with-invalid-type) The @param block should not include a JSDoc-style '{type}'
//
// @public
export const isDynatraceAvailable: (entity: Entity) => boolean;
// (No @packageDocumentation comment for this package)