From 11fef2dca17a8d3acbd4c0d700f2e181a0c6491e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Adel=C3=B6w?= Date: Tue, 22 Aug 2023 08:50:10 +0200 Subject: [PATCH] api report MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fredrik Adelöw --- plugins/catalog-react/api-report.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/plugins/catalog-react/api-report.md b/plugins/catalog-react/api-report.md index c3c5d7747e..96f9a68082 100644 --- a/plugins/catalog-react/api-report.md +++ b/plugins/catalog-react/api-report.md @@ -3,6 +3,8 @@ > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/). ```ts +/// + import { ApiRef } from '@backstage/core-plugin-api'; import { CATALOG_FILTER_EXISTS } from '@backstage/catalog-client'; import { CatalogApi } from '@backstage/catalog-client'; @@ -413,15 +415,10 @@ export interface EntityRefPresentation { // @public export interface EntityRefPresentationSnapshot { - // (undocumented) entity?: Entity | undefined; - // (undocumented) entityRef: string; - // (undocumented) Icon?: IconComponent | undefined; - // (undocumented) primaryTitle: string; - // (undocumented) secondaryTitle?: string; }