mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-06 22:35:57 +08:00
fix(localforage): for LocalForageOptions.version (#11862)
This commit is contained in:
committed by
Masahiro Wakame
parent
1a0f7cd07c
commit
3ea7e4b306
2
localForage/localForage.d.ts
vendored
2
localForage/localForage.d.ts
vendored
@@ -12,7 +12,7 @@ interface LocalForageOptions {
|
||||
|
||||
storeName?: string;
|
||||
|
||||
version?: string;
|
||||
version?: number;
|
||||
|
||||
description?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user