Files
Swarm/DysonNetwork.Pass/Features/Auth/Services/CheckpointModel.cs

6 lines
126 B
C#

namespace DysonNetwork.Pass.Features.Auth;
public class CaptchaVerificationResponse
{
public bool Success { get; set; }
}