UNPKG

@sheerid/jslib-nightly

Version:

SheerID JavaScript Library

3 lines (2 loc) 171 B
import { VerificationResponse } from '../../types/types'; export declare function fetchExistingVerificationRequest(verificationId: string): Promise<VerificationResponse>;