Interface MigrationRow

    interface MigrationRow {
        name: string;
        version: number;
    }
    Index

    Properties

    Properties

    name: string
    version: number