UNPKG

@nestlab/google-recaptcha

Version:
6 lines (5 loc) 247 B
import { GoogleRecaptchaException } from './google-recaptcha.exception'; export declare class GoogleRecaptchaNetworkException extends GoogleRecaptchaException { readonly networkErrorCode?: string; constructor(networkErrorCode?: string); }