Supabase JS-RC8 Inner Join Types

Hello,

Is there any way to get the types to work on an inner-join? Supabase is pretty close to getting it. Here is the code I have:

return supabaseAdminClient.from("feeds").select("*,sources!inner(*)").eq("enabled", true)


The type is { ... feed stuff here } & { sources: unknown } so it looks like it recognizes the join but its not filling in the type.
Was this page helpful?