Updated api-report

Signed-off-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
This commit is contained in:
Andre Wanlin
2023-06-27 18:14:14 -05:00
parent 2bbdcb4154
commit bc3b190685
+4
View File
@@ -3,6 +3,7 @@
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
```ts
import { BackendFeature } from '@backstage/backend-plugin-api';
import { CatalogApi } from '@backstage/catalog-client';
import { Config } from '@backstage/config';
import { Entity } from '@backstage/catalog-model';
@@ -81,6 +82,9 @@ export type BadgeSpec = {
markdown: string;
};
// @public
export const badgesPlugin: () => BackendFeature;
// @public
export interface BadgesStore {
// (undocumented)