interface-action.php
<?php
/**
* Interface Action.
*
* @package automattic/jetpack-crm
* @since 6.2.0
*/
namespace Automattic\Jetpack\CRM\Automation;
/**
* Interface Action.
*
* @since 6.2.0
*/
interface Action extends Step {
}
<?php
/**
* Interface Action.
*
* @package automattic/jetpack-crm
* @since 6.2.0
*/
namespace Automattic\Jetpack\CRM\Automation;
/**
* Interface Action.
*
* @since 6.2.0
*/
interface Action extends Step {
}