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; }