Type alias Migration

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

Type declaration

  • command: ((db) => void)
      • (db): void
      • Parameters

        • db: IDBDatabase

        Returns void

  • version: number

Generated using TypeDoc