/** * Types and validators that help describe the model of a Backstage Catalog * * @packageDocumentation */ export * from './entity'; export { EntityPolicies } from './EntityPolicies'; export * from './kinds'; export * from './location'; export type { CompoundEntityRef } from './types'; export * from './validation';