/** * Adds support for the scaffolder specific entity model (e.g. the Template kind) to the catalog backend plugin. * * @packageDocumentation */ export * from './processor'; export { catalogModuleScaffolderEntityModel as default } from './module';