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

/**
 * ExtensionInterface class for @see \Magento\TwoFactorAuth\Api\Data\AdminTokenResponseInterface
 */
interface AdminTokenResponseExtensionInterface extends \Magento\Framework\Api\ExtensionAttributesInterface
{
}
