Runtime types generation
Hi there, I set up a small database and I was able to generate types following the instructions here.
https://supabase.com/docs/reference/javascript/typescript-support
I'm wondering if there's a way to generate those same types programmatically? If I could call something special from within Typescript, then even though the type information would not be available at compile time, I would have a more dynamic system that doesn't require the custom steps of calling the CLI and explicitly importing the generated types from a file.
https://supabase.com/docs/reference/javascript/typescript-support
I'm wondering if there's a way to generate those same types programmatically? If I could call something special from within Typescript, then even though the type information would not be available at compile time, I would have a more dynamic system that doesn't require the custom steps of calling the CLI and explicitly importing the generated types from a file.
Supabase API reference for JavaScript: TypeScript support
