ProjectVisualProps Type — supabase Architecture
Architecture documentation for the ProjectVisualProps type/interface in ProjectVisual.tsx from the supabase codebase.
Entity Profile
Source Code
apps/studio/components/interfaces/ProjectCreation/ProjectVisual.tsx lines 14–29
interface ProjectVisualProps {
sqlStatements: string[]
showInfo: boolean
services: SupabaseService[]
selectedRegion: {
name: string
location: { latitude: number; longitude: number }
code: string
displayName: string
} | null
projectDetails: {
dbRegion: string
cloudProvider: string
postgresVersion: string
}
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free