Closed mariusbolik closed 1 year ago
Hi,
Have you got a repo I can investigate from ?
Thanks a lot, Have a nice day, Etienne
Hello @YsarocK,
I added you to the repo. I would appreciate it if you take a look. Code is in /pages/_appwrite.vue
Edit: It's in branch feature/appwrite
Kind Regards, Marius
Thanks a lot ! Will look at it tomorrow if you don't see any issue.
Thank you. The useAppwrite.d.ts declares it as any:
/**
* Use the current Appwrite instance
* @returns Client, Databases, Account, Storage, Avatars, Functions, Role, Permission
*/
declare const useAppwrite: () => any;
export default useAppwrite;
Fixed in v1.6.7!
Describe the bug I don't have typescript types after installing the library.
Expected behavior Types should be visible when hovering an entity, like in the official sdk.
Screenshots