import { Entity } from '@backstage/catalog-model'; export type EntityMatcherFn = (entity: Entity) => boolean;