Interface UfacBotCaptchaRecaptchaChallengeState

interface UfacBotCaptchaRecaptchaChallengeState {
    server: Record<string, string>;
    siteKey: string;
    url: string;
}

Properties

Properties

server: Record<string, string>
siteKey: string
url: string