fixing up api-report.md

Signed-off-by: dlaird-ovo <daniel.laird@ovo.com>
This commit is contained in:
dlaird-ovo
2023-03-15 10:20:41 +00:00
parent 4dbf3d3e4d
commit 76b1c126bd
+5 -5
View File
@@ -433,11 +433,6 @@ export function isComponentType(
types: string | string[],
): (entity: Entity) => boolean;
// @public
export function isResourceType(
types: string | string[],
): (entity: Entity) => boolean;
// @public
export function isKind(kinds: string | string[]): (entity: Entity) => boolean;
@@ -449,6 +444,11 @@ export function isNamespace(
// @public
export function isOrphan(entity: Entity): boolean;
// @public
export function isResourceType(
types: string | string[],
): (entity: Entity) => boolean;
// @public (undocumented)
export type PluginCatalogComponentsNameToClassKey = {
PluginCatalogEntityLinksEmptyState: EntityLinksEmptyStateClassKey;