10 lines
269 B
PHP
Executable File
10 lines
269 B
PHP
Executable File
<?php
|
|
namespace Magento\AsynchronousOperations\Api\Data;
|
|
|
|
/**
|
|
* ExtensionInterface class for @see \Magento\AsynchronousOperations\Api\Data\BulkSummaryInterface
|
|
*/
|
|
interface BulkSummaryExtensionInterface extends \Magento\Framework\Api\ExtensionAttributesInterface
|
|
{
|
|
}
|