My TS server is complaining when importing modules from the appwrite package. I checked and I have the latest version of the node module.
Has anyone else experienced this and found a fix?
I can // @ts-ignore it but would be great to have TS autocomplete and typing and such.
Please try searching for this. I'm pretty sure it's been answered already
Apologies, yes I found an answer
[Resolved] TypeScript definitions?
Recommended threads
- TablesDB `updateRows` returns `database_...
Hi Appwrite team! I’m seeing a strange issue with TablesDB bulk row updates on a self-hosted Appwrite instance. **Environment** - Appwrite self-hosted `1.9.0` ...
- [SOLVED] Realtime Missing Channels
```js useEffect(() => { let subscription: RealtimeSubscription; async function loadChips() { try { const {rows: chi...
- Update row sheet not loading
After right clicking a row header and click update, the sidebar fails to load (never-ending skeleton)