<?php
namespace CF\Integration;

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