Home / Type/ AttributeUsageProps Type — supabase Architecture

AttributeUsageProps Type — supabase Architecture

Architecture documentation for the AttributeUsageProps type/interface in AttributeUsage.tsx from the supabase codebase.

Entity Profile

Source Code

apps/studio/components/interfaces/Organization/Usage/UsageSection/AttributeUsage.tsx lines 24–39

export interface AttributeUsageProps {
  slug: string
  projectRef?: string | null
  attribute: CategoryAttribute
  usage?: OrgUsageResponse
  usageMeta?: OrgMetricsUsage
  chartMeta: ChartMeta
  subscription?: OrgSubscription

  error: ResponseError | null
  isLoading: boolean
  isError: boolean
  isSuccess: boolean

  currentBillingCycleSelected: boolean
}

Analyze Your Own Codebase

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

Try Supermodel Free