From f7af366c1c3b48dd0d2169430b9a469baaaa930b Mon Sep 17 00:00:00 2001 From: luccas Date: Tue, 5 Nov 2024 09:33:13 -0300 Subject: [PATCH] generate api-reports Signed-off-by: luccas --- plugins/api-docs/report.api.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/api-docs/report.api.md b/plugins/api-docs/report.api.md index 3c3f245a3c..0249479ef9 100644 --- a/plugins/api-docs/report.api.md +++ b/plugins/api-docs/report.api.md @@ -10,6 +10,7 @@ import { ApiRef } from '@backstage/core-plugin-api'; import { BackstagePlugin } from '@backstage/core-plugin-api'; import { CatalogTableRow } from '@backstage/plugin-catalog'; import { ComponentEntity } from '@backstage/catalog-model'; +import { EntityListPagination } from '@backstage/plugin-catalog-react'; import { EntityOwnerPickerProps } from '@backstage/plugin-catalog-react'; import { ExternalRouteRef } from '@backstage/core-plugin-api'; import { InfoCardVariants } from '@backstage/core-components'; @@ -121,6 +122,7 @@ export type DefaultApiExplorerPageProps = { columns?: TableColumn[]; actions?: TableProps['actions']; ownerPickerMode?: EntityOwnerPickerProps['mode']; + pagination?: EntityListPagination; }; // @public (undocumented)