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

/**
 * ExtensionInterface class for @see \Magento\Quote\Api\Data\ShippingInterface
 */
interface ShippingExtensionInterface extends \Magento\Framework\Api\ExtensionAttributesInterface
{
}
