Skip to content

Commit 95b0309

Browse files
committed
fix api report
1 parent 96b6f30 commit 95b0309

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

workspaces/github-marketplace/plugins/github-actions-marketplace/api-report.md.api.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
44
55
```ts
6+
67
import { BackstagePlugin } from '@backstage/core-plugin-api';
78
import { ComponentType } from 'react';
89
import { Entity } from '@backstage/catalog-model';
@@ -12,13 +13,13 @@ import { TemplateEntityV1beta3 } from '@backstage/plugin-scaffolder-common';
1213

1314
// @public
1415
export interface DefaultCatalogPageProps {
15-
groups?: Array<{
16-
title?: React_2.ReactNode;
17-
filter: (entity: Entity) => boolean;
18-
}>;
19-
TemplateCardComponent?: ComponentType<{
20-
template: TemplateEntityV1beta3;
21-
}>;
16+
groups?: Array<{
17+
title?: React_2.ReactNode;
18+
filter: (entity: Entity) => boolean;
19+
}>;
20+
TemplateCardComponent?: ComponentType<{
21+
template: TemplateEntityV1beta3;
22+
}>;
2223
}
2324

2425
// @public
@@ -31,5 +32,6 @@ export const EntityGitHubActionUsageCard: () => JSX_2.Element;
3132
export const Marketplace: (props: DefaultCatalogPageProps) => JSX.Element;
3233

3334
// @public
34-
export const marketplacePlugin: BackstagePlugin<{}, {}, {}>;
35+
export const marketplacePlugin: BackstagePlugin< {}, {}, {}>;
36+
3537
```

0 commit comments

Comments
 (0)