<?php
namespace Magento\CheckoutAgreements\Api\Data;

/**
 * ExtensionInterface class for @see \Magento\CheckoutAgreements\Api\Data\AgreementInterface
 */
interface AgreementExtensionInterface extends \Magento\Framework\Api\ExtensionAttributesInterface
{
}
