@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user