api report

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2023-08-22 08:50:10 +02:00
parent c1ed76a2b1
commit 11fef2dca1
+2 -5
View File
@@ -3,6 +3,8 @@
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
```ts
/// <reference types="react" />
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;
}