KamKom
KamKom
DTDrizzle Team
Created by KamKom on 7/1/2024 in #help
Supabase generated typescript types + relations
Hello, I'm using supabase generated typescript types to type my api calls and results, I use drizzle relational querying and it works fine. But when I add relations to my query (ex: with: { table: true }) then the type doesnt match anymore as there is a new prop with a new type. Is there a solution ?
1 replies