CatalogCollatorEntityTransformer
Home > @backstage/plugin-search-backend-module-catalog
> CatalogCollatorEntityTransformer
Signature:
export type CatalogCollatorEntityTransformer = (entity: Entity) => Omit<CatalogEntityDocument, 'location' | 'authorization'>;
References: Entity, CatalogEntityDocument