Fix backend-plugin-api alpha api report

Signed-off-by: Philipp Hugenroth <philipph@spotify.com>
This commit is contained in:
Philipp Hugenroth
2023-08-07 15:08:48 +02:00
parent 5726b01e4d
commit 35ccc2365a
4 changed files with 25 additions and 7 deletions
@@ -3,6 +3,12 @@
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
```ts
// @public (undocumented)
export interface BackendFeature {
// (undocumented)
$$type: '@backstage/BackendFeature';
}
// @alpha (undocumented)
export interface FeatureDiscoveryService {
// (undocumented)
@@ -29,9 +35,5 @@ export type ServiceRef<
$$type: '@backstage/ServiceRef';
};
// Warnings were encountered during analysis:
//
// src/alpha.d.ts:5:9 - (ae-forgotten-export) The symbol "BackendFeature" needs to be exported by the entry point alpha.d.ts
// (No @packageDocumentation comment for this package)
```