mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-01-30 13:37:35 +00:00
fix(localforage): for LocalForageOptions.version (#11862)
This commit is contained in:
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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user