Service.php
<?php
declare( strict_types=1 );
namespace Automattic\WooCommerce\GoogleListingsAndAds\Infrastructure;
/**
* Service interface.
*
* A services is one piece of functionality within the plugin as a whole. It aims to encapsulate
* a particular functionality within a single class.
*
* @package Automattic\WooCommerce\GoogleListingsAndAds\Infrastructure
*/
interface Service {}