SchemaGeneratorProps Type — supabase Architecture
Architecture documentation for the SchemaGeneratorProps type/interface in SchemaGenerator.tsx from the supabase codebase.
Entity Profile
Source Code
apps/studio/components/interfaces/ProjectCreation/SchemaGenerator.tsx lines 16–23
interface SchemaGeneratorProps {
step: 'initial' | 'second'
onSqlGenerated: (sql: string) => void
onReset?: () => void
onServicesUpdated: (services: SupabaseService[]) => void
onTitleUpdated: (title: string) => void
isOneOff?: boolean
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free