10 lines
		
	
	
		
			279 B
		
	
	
	
		
			PHP
		
	
	
		
			Executable File
		
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			279 B
		
	
	
	
		
			PHP
		
	
	
		
			Executable File
		
	
	
| <?php
 | |
| namespace Magento\AdobeStockClientApi\Api\Data;
 | |
| 
 | |
| /**
 | |
|  * ExtensionInterface class for @see \Magento\AdobeStockClientApi\Api\Data\LicenseConfirmationInterface
 | |
|  */
 | |
| interface LicenseConfirmationExtensionInterface extends \Magento\Framework\Api\ExtensionAttributesInterface
 | |
| {
 | |
| }
 |