<?php
namespace CF\API;

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