Home / Type/ OrgLogUsageProps Type — supabase Architecture

OrgLogUsageProps Type — supabase Architecture

Architecture documentation for the OrgLogUsageProps type/interface in OrgLogUsage.tsx from the supabase codebase.

Entity Profile

Source Code

apps/studio/components/interfaces/Organization/Usage/OrgLogUsage.tsx lines 7–16

export interface OrgLogUsageProps {
  orgSlug: string
  projectRef?: string | null
  startDate: string | undefined
  endDate: string | undefined
  subscription: OrgSubscription | undefined
  currentBillingCycleSelected: boolean
  orgDailyStats: OrgDailyUsageResponse | undefined
  isLoadingOrgDailyStats: boolean
}

Analyze Your Own Codebase

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

Try Supermodel Free