Update update-spec.d.ts, resolve #2001
Hi,
The issue https://github.com/dexie/Dexie.js/issues/2001 can be resolved with this change.
I have tested this by messing with the node_modules\.pnpm\[email protected]\node_modules\dexie\dist\dexie.d.ts file in my node_modules, resolving the typescript error.
Also the test suite ( E:\git\Dexie.js>pnpm test ) is all green.
Using typescript 5.5.4, and dexie 4.0.8.
@dfahlander wanted to make sure you saw this. Take your time of course.
Seems to be a typo in the commit. Remove equals sign between interface and leading bracket?
Yes you are right.
I digged it up again and it is without the =, and my client code runs without warning.