From 50770f06ccb6020773befdbef2ba6b8986eadd4b Mon Sep 17 00:00:00 2001 From: Isaiah Thiessen Date: Fri, 10 Jun 2022 09:49:07 -0700 Subject: [PATCH] fix: build api-report Signed-off-by: Isaiah Thiessen --- plugins/dynatrace/api-report.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/plugins/dynatrace/api-report.md b/plugins/dynatrace/api-report.md index 26716108b7..026df62189 100644 --- a/plugins/dynatrace/api-report.md +++ b/plugins/dynatrace/api-report.md @@ -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)