upgreded to supabase v2, but can't see any types from my data?
Before v2, I would add a type next to the .from() method like this:
But now, it supposed to know the types automatically when initialize client like this:
But, as you can see from the picture, I get
How can I get return types for my data?
But now, it supposed to know the types automatically when initialize client like this:
But, as you can see from the picture, I get
any[] | null as a return instead of my database type.How can I get return types for my data?
