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

/**
 * ExtensionInterface class for @see \Magento\InventoryInStorePickupApi\Api\Data\PickupLocationInterface
 */
interface PickupLocationExtensionInterface extends \Magento\Framework\Api\ExtensionAttributesInterface
{
}
