UNPKG

@payburner/payburner-payid-client-core

Version:
8 lines 352 B
import { VerificationErrorCode } from "../interfaces/VerificationErrorCode"; export declare class VerificationResult { constructor(verified: boolean, errorCode?: VerificationErrorCode, errorMessage?: string); verified: boolean; errorCode?: VerificationErrorCode; errorMessage?: string; } //# sourceMappingURL=VerificationResult.d.ts.map