diff --git a/mailpoet/assets/js/src/automation/templates/config.ts b/mailpoet/assets/js/src/automation/templates/config.ts index 8edf03f708..c0f2e94199 100644 --- a/mailpoet/assets/js/src/automation/templates/config.ts +++ b/mailpoet/assets/js/src/automation/templates/config.ts @@ -2,6 +2,7 @@ export type WorkflowTemplate = { slug: string; name: string; description: string; + type: 'default' | 'free-only' | 'premium' | 'coming-soon'; }; declare global {