Add API report

Signed-off-by: Tomas Dabasinskas <tomas@dabasinskas.net>
This commit is contained in:
Tomas Dabasinskas
2023-02-09 20:21:02 +02:00
parent 70a036e940
commit c2b40c9959
+28
View File
@@ -0,0 +1,28 @@
## API Report File for "@backstage/plugin-puppetdb"
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
```ts
/// <reference types="react" />
import { BackstagePlugin } from '@backstage/core-plugin-api';
import { Entity } from '@backstage/catalog-model';
import { RouteRef } from '@backstage/core-plugin-api';
// @public
export const isPuppetDbAvailable: (entity: Entity) => true;
// @public
export const puppetdbPlugin: BackstagePlugin<
{
root: RouteRef<undefined>;
},
{},
{}
>;
// @public
export const PuppetDbTab: () => JSX.Element;
// (No @packageDocumentation comment for this package)
```