Home / Type/ DatabaseSizeUsageProps Type — supabase Architecture

DatabaseSizeUsageProps Type — supabase Architecture

Architecture documentation for the DatabaseSizeUsageProps type/interface in DatabaseSizeUsage.tsx from the supabase codebase.

Entity Profile

Source Code

apps/studio/components/interfaces/Organization/Usage/UsageSection/DatabaseSizeUsage.tsx lines 20–28

export interface DatabaseSizeUsageProps {
  slug: string
  projectRef?: string | null
  attribute: CategoryAttribute
  subscription?: OrgSubscription
  usage?: OrgUsageResponse

  currentBillingCycleSelected: boolean
}

Analyze Your Own Codebase

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

Try Supermodel Free