mark EntityPredicates as @public

Signed-off-by: Brian Phillips <28457+brianphillips@users.noreply.github.com>
This commit is contained in:
Brian Phillips
2023-03-20 16:28:46 -05:00
parent a90f4d235e
commit 33fdb2526a
2 changed files with 1 additions and 2 deletions
-2
View File
@@ -355,8 +355,6 @@ export const EntityListContainer: (props: {
// @public
export function EntityOrphanWarning(): JSX.Element;
// Warning: (ae-missing-release-tag) "EntityPredicates" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
//
// @public (undocumented)
export interface EntityPredicates {
// (undocumented)
@@ -16,6 +16,7 @@
import { Entity } from '@backstage/catalog-model';
/** @public */
export interface EntityPredicates {
kind?: string | string[];
type?: string | string[];