UNPKG

@payburner/payburner-payid-client

Version:
8 lines (7 loc) 304 B
import { VerificationErrorCode } from "../interfaces/VerificationErrorCode"; export declare class VerificationResult { constructor(verified: boolean, errorCode?: VerificationErrorCode, errorMessage?: string); verified: boolean; errorCode?: VerificationErrorCode; errorMessage?: string; }