@sheerid/jslib
    Preparing search index...

    Interface VerificationResponseAction

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

    Properties

    type: "VERIFICATION_RESPONSE"
    verificationResponse: VerificationResponse