Typescript type gen errors

Hello, I've been using supabase typescript generator for a while and didn't have any issue. Today I added a new enum type and a new table in my schema and sice then gen types is broken.

supabase gen types typescript --project-id "my-project-id" --schema smwknd > config/supabase-types.ts


What is worth noting is that my enums are on public schema but it never caused a problem before.
SCR-20231219-hvzv.png
SCR-20231219-hvxa.png
SCR-20231219-hwyz.png
Was this page helpful?