From 12ac927b7517bb6d54061dcbb8e0f5e94731cbbf Mon Sep 17 00:00:00 2001 From: Dominik Pfaffenbauer Date: Thu, 19 Jan 2023 16:33:03 +0100 Subject: [PATCH] fix api-report Signed-off-by: Dominik Pfaffenbauer --- plugins/lighthouse-backend/api-report.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plugins/lighthouse-backend/api-report.md b/plugins/lighthouse-backend/api-report.md index 48251e3f6e..d83b73fc20 100644 --- a/plugins/lighthouse-backend/api-report.md +++ b/plugins/lighthouse-backend/api-report.md @@ -8,9 +8,13 @@ import { Config } from '@backstage/config'; import { Logger } from 'winston'; import { PluginTaskScheduler } from '@backstage/backend-tasks'; +// Warning: (ae-missing-release-tag) "create" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal) +// // @public (undocumented) export function create(options: Options): Promise; +// Warning: (ae-missing-release-tag) "Options" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal) +// // @public (undocumented) export interface Options { // (undocumented)