Home / Type/ ProjectCreationFooterProps Type — supabase Architecture

ProjectCreationFooterProps Type — supabase Architecture

Architecture documentation for the ProjectCreationFooterProps type/interface in ProjectCreationFooter.tsx from the supabase codebase.

Entity Profile

Source Code

apps/studio/components/interfaces/ProjectCreation/ProjectCreationFooter.tsx lines 26–33

interface ProjectCreationFooterProps {
  form: UseFormReturn<CreateProjectForm>
  canCreateProject: boolean
  instanceSize?: string
  organizationProjects: OrgProject[]
  isCreatingNewProject: boolean
  isSuccessNewProject: boolean
}

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free