Type Alias NTCAPTCHA

NTCAPTCHA: {
    randStr?: string;
    ticket?: string;
    url: string;
}