autodetect: add missing api-report
Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
This commit is contained in:
committed by
Patrik Oldsberg
parent
565ff751b8
commit
0811fcee40
@@ -0,0 +1,19 @@
|
||||
## API Report File for "@backstage/autodetect"
|
||||
|
||||
> 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';
|
||||
|
||||
// @public (undocumented)
|
||||
export type DetectedPlugin = {
|
||||
name: string;
|
||||
plugin: BackstagePlugin;
|
||||
components: Record<string, any>;
|
||||
};
|
||||
|
||||
// @public (undocumented)
|
||||
export function getAvailablePlugins(): DetectedPlugin[];
|
||||
|
||||
// (No @packageDocumentation comment for this package)
|
||||
```
|
||||
Reference in New Issue
Block a user