chore: reworking the api-report

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2022-03-03 11:28:20 +01:00
parent ab7b6cb7b1
commit 8b3678e120
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -404,7 +404,7 @@ export function createRandomRefreshInterval(options: {
// @public
export function createRouter(options: RouterOptions): Promise<express.Router>;
// @public @deprecated (undocumented)
// @public
export class DefaultCatalogCollator {
constructor(options: {
discovery: PluginEndpointDiscovery;
@@ -34,6 +34,10 @@ import {
CatalogEntityDocument,
} from '@backstage/plugin-catalog-common';
/**
* The DefaultCatalogCollator for Search
* @public
*/
export class DefaultCatalogCollator {
protected discovery: PluginEndpointDiscovery;
protected locationTemplate: string;