fix(core): update
This commit is contained in:
parent
7159b33425
commit
8e97b51f1f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user