Skip to content

Commit

Permalink
Merge pull request #130 from kentcb/databasestype-version
Browse files Browse the repository at this point in the history
  • Loading branch information
MangelMaxime authored Dec 15, 2023
2 parents c0ba7be + 21d046e commit 9d3e7f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/IndexedDB/Browser.IndexedDB.fs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ type IDBCursorDirection =

type [<AllowNullLiteral>] DatabasesType =
abstract name: string
abstract version: string
abstract version: int64

type [<AllowNullLiteral; Global>] IDBIndex =
abstract isAutoLocale: bool with get
Expand Down

0 comments on commit 9d3e7f5

Please sign in to comment.