9 lines
140 B
PHP
9 lines
140 B
PHP
<?php declare(strict_types = 1);
|
|
|
|
namespace MailPoet\Automation\Engine\Integration;
|
|
|
|
if (!defined('ABSPATH')) exit;
|
|
|
|
|
|
interface Payload {
|
|
}
|