<?php
namespace CF\Integration;

/**
 * @deprecated 4.13.0 Use \Cloudflare\APO\Integration\IntegrationAPIInterface instead.
 */
interface IntegrationAPIInterface extends \Cloudflare\APO\Integration\IntegrationAPIInterface {
    // This interface extends the new IntegrationAPIInterface for backwards compatibility
}
