Home / Type/ BillingChangeBadgeProps Type — supabase Architecture

BillingChangeBadgeProps Type — supabase Architecture

Architecture documentation for the BillingChangeBadgeProps type/interface in BillingChangeBadge.tsx from the supabase codebase.

Entity Profile

Source Code

apps/studio/components/interfaces/DiskManagement/ui/BillingChangeBadge.tsx lines 7–14

interface BillingChangeBadgeProps {
  beforePrice?: number
  afterPrice?: number
  show: boolean | undefined
  tooltip?: string
  className?: string
  free?: boolean
}

Analyze Your Own Codebase

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

Try Supermodel Free