Home / Type/ DiskUsageProps Type — supabase Architecture

DiskUsageProps Type — supabase Architecture

Architecture documentation for the DiskUsageProps type/interface in DiskUsage.tsx from the supabase codebase.

Entity Profile

Source Code

apps/studio/components/interfaces/Organization/Usage/UsageSection/DiskUsage.tsx lines 24–32

export interface DiskUsageProps {
  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