generate_typescript_types
Generate TypeScript types from a database schema using Supabase CLI. Configure DATABASE_URL and specify schemas to include for automatic type creation in self-hosted Supabase environments.
Instructions
Generates TypeScript types from the database schema using the Supabase CLI (supabase gen types). Requires DATABASE_URL configuration and Supabase CLI installed.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| included_schemas | No | Database schemas to include in type generation. |