/** * The Backstage backend plugin that helps you create new things * * @packageDocumentation */ export { scaffolderPlugin as default } from './ScaffolderPlugin'; export * from './scaffolder'; export { type TemplatePermissionRuleInput, type ActionPermissionRuleInput, } from './service/permissions';