10 lines
273 B
PHP
Executable File
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
|
|
{
|
|
}
|