Home / Type/ Props Type — supabase Architecture

Props Type — supabase Architecture

Architecture documentation for the Props type/interface in SubscriptionPlanUpdateDialog.tsx from the supabase codebase.

Entity Profile

Source Code

apps/studio/components/interfaces/Organization/BillingSettings/Subscription/SubscriptionPlanUpdateDialog.tsx lines 57–68

interface Props {
  selectedTier: 'tier_free' | 'tier_pro' | 'tier_team' | undefined
  onClose: () => void
  planMeta: any
  subscriptionPreviewError: any
  subscriptionPreviewIsLoading: boolean
  subscriptionPreviewInitialized: boolean
  subscriptionPreview: OrganizationBillingSubscriptionPreviewResponse | undefined
  subscription: any
  currentPlanMeta: any
  projects: OrgProject[]
}

Analyze Your Own Codebase

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

Try Supermodel Free