@flowscripter/dynamic-cli-framework-api
    Preparing search index...

    Interface UpgradeResult

    Outcome of an UpgradeService.upgrade call.

    interface UpgradeResult {
        error?: Error;
        newVersion?: string;
        ok: boolean;
        oldVersion: string;
    }
    Index
    error?: Error
    newVersion?: string
    ok: boolean
    oldVersion: string