You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to create a type definition for this lib to easily implement it in typescript with loadCollections method just adding the collection object in the dbDisk object in way that I can't add a type for it in typescript
please check the following line:
this[collectionName] = new Collection(this, collectionName);
The text was updated successfully, but these errors were encountered:
I tried to create a type definition for this lib to easily implement it in typescript with loadCollections method just adding the collection object in the dbDisk object in way that I can't add a type for it in typescript
please check the following line:
this[collectionName] = new Collection(this, collectionName);
The text was updated successfully, but these errors were encountered: