Senzing Node.js SDK
    Preparing search index...

    Interface VerifyCompatibilityVersionResult

    interface VerifyCompatibilityVersionResult {
        currentVersion: string;
        matches: boolean;
    }
    Index

    Properties

    currentVersion: string
    matches: boolean