fix(core): update
This commit is contained in:
		| @@ -5,7 +5,7 @@ export interface IWebStoreOptions { | ||||
|   storeName: string; | ||||
| } | ||||
|  | ||||
| export class WebStore<T = any> { | ||||
| export class WebStore<T> { | ||||
|   public db: plugins.idb.IDBPDatabase; | ||||
|   public objectStore: plugins.idb.IDBPObjectStore; | ||||
|   public options: IWebStoreOptions; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user