fixing up api-report.md
Signed-off-by: dlaird-ovo <daniel.laird@ovo.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user