Home / Type/ ActivityProps Type — supabase Architecture

ActivityProps Type — supabase Architecture

Architecture documentation for the ActivityProps type/interface in Activity.tsx from the supabase codebase.

Entity Profile

Source Code

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

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