Home / Type/ UpgradeSurveyModalProps Type — supabase Architecture

UpgradeSurveyModalProps Type — supabase Architecture

Architecture documentation for the UpgradeSurveyModalProps type/interface in UpgradeModal.tsx from the supabase codebase.

Entity Profile

Source Code

apps/studio/components/interfaces/Organization/BillingSettings/Subscription/UpgradeModal.tsx lines 11–16

export interface UpgradeSurveyModalProps {
  visible: boolean
  originalPlan?: string
  subscription?: OrgSubscription
  onClose: (success?: boolean) => void
}

Analyze Your Own Codebase

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

Try Supermodel Free