7 lines
107 B
PHP
7 lines
107 B
PHP
<?php declare(strict_types = 1);
|
|
|
|
namespace MailPoet\Automation\Engine\Integration;
|
|
|
|
interface Payload {
|
|
}
|