CreateNewProjectDialogProps Type — supabase Architecture
Architecture documentation for the CreateNewProjectDialogProps type/interface in CreateNewProjectDialog.tsx from the supabase codebase.
Entity Profile
Source Code
apps/studio/components/interfaces/Database/Backups/RestoreToNewProject/CreateNewProjectDialog.tsx lines 33–40
interface CreateNewProjectDialogProps {
open: boolean
selectedBackupId: number | null
recoveryTimeTarget: number | null
onOpenChange: (value: boolean) => void
onCloneSuccess: () => void
additionalMonthlySpend: NewProjectPrice
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free