// Template Actions Export File // Provides access to all action components export { default as TemplateActionFactory } from './Action/TemplateActionFactory'; export type { TemplateActionType } from './Action/TemplateActionType';