UNPKG

@nestlab/google-recaptcha

Version:
14 lines (13 loc) 419 B
import { RecaptchaRemoteIpProvider, RecaptchaResponseProvider, ScoreValidator } from '../types'; export interface VerifyResponseDecoratorOptions { response?: RecaptchaResponseProvider; remoteIp?: RecaptchaRemoteIpProvider; score?: ScoreValidator; action?: string; } export interface VerifyResponseOptions { response: string; remoteIp?: string; score?: ScoreValidator; action?: string; }