Home / Type/ DowngradeModalProps Type — supabase Architecture

DowngradeModalProps Type — supabase Architecture

Architecture documentation for the DowngradeModalProps type/interface in DowngradeModal.tsx from the supabase codebase.

Entity Profile

Source Code

apps/studio/components/interfaces/Organization/BillingSettings/Subscription/DowngradeModal.tsx lines 10–16

export interface DowngradeModalProps {
  visible: boolean
  subscription?: OrgSubscription
  onClose: () => void
  onConfirm: () => void
  projects: OrgProject[]
}

Analyze Your Own Codebase

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

Try Supermodel Free