* Reports Data Store Interface
namespace Automattic\WooCommerce\Admin\API\Reports;
if ( ! defined( 'ABSPATH' ) ) {
* WooCommerce Reports data store interface.
interface DataStoreInterface {
* Get the data based on args.
* @param array $args Query parameters.
* @return stdClass|WP_Error
public function get_data( $args );