Hello, I am trying to generate the typescript types for some tables I created. In appwrite I declared them in snake case, but the types are in camel case. Don't I need to pass real column names when I deal with appwrite SDK?
TL;DR
Developers are experiencing casing issues while generating TypeScript types for tables in Appwrite. The column names declared in snake case are being converted to camel case in the types. They are seeking advice on whether actual column names need to be passed when working with the Appwrite SDK.