@valon-technologies/gestalt
    Preparing search index...

    Interface MigrationRunOptions

    interface MigrationRunOptions {
        revisions: Revision[];
        dbBinding?: string;
        ledgerStore?: string;
    }
    Index

    Properties

    revisions: Revision[]
    dbBinding?: string

    Name of the IndexedDB binding to migrate.

    ledgerStore?: string

    Ledger store name.