From 0e2893dcf6f7177ca59f1845c46a87aed65c67c6 Mon Sep 17 00:00:00 2001 From: Johan Haals Date: Wed, 6 Oct 2021 09:29:45 +0200 Subject: [PATCH] update api report Signed-off-by: Johan Haals --- packages/catalog-client/api-report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/catalog-client/api-report.md b/packages/catalog-client/api-report.md index 3571cbf57e..b7bb713957 100644 --- a/packages/catalog-client/api-report.md +++ b/packages/catalog-client/api-report.md @@ -145,7 +145,7 @@ export type CatalogEntitiesRequest = { // @public (undocumented) export type CatalogEntityAncestorsRequest = { - entityRef: EntityName; + entityRef: string; }; // @public (undocumented)