magento2-docker/generated/code/Magento/AsynchronousOperations/Api/Data/AsyncResponseExtensionInter...

10 lines
273 B
PHP
Executable File

<?php
namespace Magento\AsynchronousOperations\Api\Data;
/**
* ExtensionInterface class for @see \Magento\AsynchronousOperations\Api\Data\AsyncResponseInterface
*/
interface AsyncResponseExtensionInterface extends \Magento\Framework\Api\ExtensionAttributesInterface
{
}