<?php
namespace CF\Integration;

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