Interface UfacBotCaptchaCharactersChallengeState

interface UfacBotCaptchaCharactersChallengeState {
    imageUrl: string;
    server: Record<string, string>;
}

Properties

Properties

imageUrl: string
server: Record<string, string>