Interface VerificationResponseAction

interface VerificationResponseAction {
    type: "VERIFICATION_RESPONSE";
    verificationResponse: VerificationResponse;
}

Properties

type: "VERIFICATION_RESPONSE"
verificationResponse: VerificationResponse