Fix api report

Signed-off-by: sblausten <sam@roadie.io>
This commit is contained in:
sblausten
2023-01-30 09:53:47 +01:00
parent 7f461a4591
commit a70d460887
+6 -4
View File
@@ -9,7 +9,6 @@ import { ApiRef } from '@backstage/core-plugin-api';
import { BackstagePlugin } from '@backstage/core-plugin-api';
import { default as default_2 } from 'react';
import { DiscoveryApi } from '@backstage/core-plugin-api';
import { DomainEntity } from '@backstage/catalog-model';
import { ExploreToolsConfig } from '@backstage/plugin-explore-react';
import { ExternalRouteRef } from '@backstage/core-plugin-api';
import { FetchApi } from '@backstage/core-plugin-api';
@@ -31,14 +30,17 @@ export const catalogEntityRouteRef: ExternalRouteRef<
true
>;
// @public (undocumented)
export const DomainCard: (props: { entity: DomainEntity }) => JSX.Element;
// @public (undocumented)
export const DomainExplorerContent: (props: {
title?: string | undefined;
}) => JSX.Element;
// @public (undocumented)
export const EntityExplorerContent: (props: {
tabTitle?: string;
kind: string;
}) => JSX.Element;
// @public
export interface ExploreApi {
getTools(request?: GetExploreToolsRequest): Promise<GetExploreToolsResponse>;