Add schema definition for automation steps
[MAILPOET-4515]
This commit is contained in:
@@ -2,8 +2,12 @@
|
||||
|
||||
namespace MailPoet\Automation\Engine\Workflows;
|
||||
|
||||
use MailPoet\Validator\Schema\ObjectSchema;
|
||||
|
||||
interface Step {
|
||||
public function getKey(): string;
|
||||
|
||||
public function getName(): string;
|
||||
|
||||
public function getArgsSchema(): ObjectSchema;
|
||||
}
|
||||
|
Reference in New Issue
Block a user