Axinom Mosaic Libraries
    Preparing search index...

    Interface containing all relevant properties of migration.

    interface MigrationRecord {
        filename: string;
        fullFilename: string | null;
        hash: string | null;
        previousHash: string | null;
        source: "database" | "file";
    }
    Index

    Properties

    filename: string
    fullFilename: string | null
    hash: string | null
    previousHash: string | null
    source: "database" | "file"