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

    Interface MigrationResult

    Outcome of a migration run: the revision ids applied this run, in order, and the declared head afterwards (empty when no revisions are declared).

    interface MigrationResult {
        applied: string[];
        head: string;
    }
    Index

    Properties

    Properties

    applied: string[]
    head: string