<?php
namespace CF\Integration;

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