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

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