PostgresVersionSelectorProps Type — supabase Architecture
Architecture documentation for the PostgresVersionSelectorProps type/interface in PostgresVersionSelector.tsx from the supabase codebase.
Entity Profile
Source Code
apps/studio/components/interfaces/ProjectCreation/PostgresVersionSelector.tsx lines 26–35
interface PostgresVersionSelectorProps {
cloudProvider: CloudProvider
dbRegion: string
organizationSlug?: string
field: ControllerRenderProps<any, 'postgresVersionSelection'>
form: UseFormReturn<any>
type?: 'create' | 'unpause'
layout?: 'vertical' | 'horizontal'
label?: string
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free