Add type to WorkflowTemplate definition
[MAILPOET-4745]
This commit is contained in:
@ -2,6 +2,7 @@ export type WorkflowTemplate = {
|
||||
slug: string;
|
||||
name: string;
|
||||
description: string;
|
||||
type: 'default' | 'free-only' | 'premium' | 'coming-soon';
|
||||
};
|
||||
|
||||
declare global {
|
||||
|
Reference in New Issue
Block a user