From 9e86cce0851393c8be8a62b8ad5cfe918e27ed28 Mon Sep 17 00:00:00 2001 From: Andre Wanlin Date: Tue, 12 Oct 2021 14:09:31 -0500 Subject: [PATCH] Updated API Report Signed-off-by: Andre Wanlin --- plugins/azure-devops/api-report.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/plugins/azure-devops/api-report.md b/plugins/azure-devops/api-report.md index 000702268e..fbe28c179c 100644 --- a/plugins/azure-devops/api-report.md +++ b/plugins/azure-devops/api-report.md @@ -22,7 +22,11 @@ export const azureDevOpsPlugin: BackstagePlugin< // Warning: (ae-missing-release-tag) "EntityAzurePipelinesContent" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal) // // @public (undocumented) -export const EntityAzurePipelinesContent: () => JSX.Element; +export const EntityAzurePipelinesContent: ({ + defaultLimit, +}: { + defaultLimit?: number | undefined; +}) => JSX.Element; // Warning: (ae-missing-release-tag) "isAzureDevOpsAvailable" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal) //