tsbase
    Preparing search index...

    Type Alias Migration

    type Migration = {
        command: (db: IDBDatabase) => void;
        version: number;
    }
    Index

    Properties

    Properties

    command: (db: IDBDatabase) => void
    version: number