Xata.io automatically creates a file called types.d.ts with the typescript types of the database collections.
That way, I can type queries and objects that comes from or goes to the database.
Is there anything similar in Appwrite already, or do I have to manager TS interfaces manually?
TL;DR
Developers are asking if Appwrite supports automatic type creation for Typescript collections like xata.io does. Currently, Appwrite does not have this feature, so developers will need to manage TypeScript interfaces manually for now.