mirror of
https://github.com/bitwarden/server.git
synced 2025-04-06 13:38:13 -05:00
8 lines
135 B
C#
8 lines
135 B
C#
namespace Bit.Core.Models.Api
|
|
{
|
|
public interface ICaptchaProtectedModel
|
|
{
|
|
string CaptchaResponse { get; set; }
|
|
}
|
|
}
|