UNPKG

@sheerid/jslib-nightly

Version:

SheerID JavaScript Library

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