<?php
/**
 * Interface Action.
 *
 * @package automattic/jetpack-crm
 * @since 6.2.0
 */

namespace Automattic\Jetpack\CRM\Automation;

/**
 * Interface Condition.
 *
 * @since 6.2.0
 */
interface Condition extends Step {

}
