From 221ad6e88777e927beebeea4dae58aae3c4e8405 Mon Sep 17 00:00:00 2001 From: pamelin Date: Fri, 3 Feb 2023 15:22:05 +0000 Subject: [PATCH] fix: add api-report.md for stackstorm api Signed-off-by: pamelin --- plugins/stackstorm/api-report.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 plugins/stackstorm/api-report.md diff --git a/plugins/stackstorm/api-report.md b/plugins/stackstorm/api-report.md new file mode 100644 index 0000000000..2a28388766 --- /dev/null +++ b/plugins/stackstorm/api-report.md @@ -0,0 +1,26 @@ +## API Report File for "@backstage/plugin-stackstorm" + +> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/). + +```ts +import { BackstagePlugin } from '@backstage/core-plugin-api'; +import { RouteRef } from '@backstage/core-plugin-api'; + +// Warning: (ae-missing-release-tag) "StackstormPage" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal) +// +// @public (undocumented) +export const StackstormPage: () => JSX.Element; + +// Warning: (ae-missing-release-tag) "stackstormPlugin" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal) +// +// @public (undocumented) +export const stackstormPlugin: BackstagePlugin< + { + root: RouteRef; + }, + {}, + {} +>; + +// (No @packageDocumentation comment for this package) +```