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