SizeAndCountsProps Type — supabase Architecture
Architecture documentation for the SizeAndCountsProps type/interface in SizeAndCounts.tsx from the supabase codebase.
Entity Profile
Source Code
apps/studio/components/interfaces/Organization/Usage/SizeAndCounts.tsx lines 11–20
export interface SizeAndCountsProps {
orgSlug: string
projectRef?: string | null
subscription: OrgSubscription | undefined
currentBillingCycleSelected: boolean
orgDailyStats: OrgDailyUsageResponse | undefined
isLoadingOrgDailyStats: boolean
startDate: string | undefined
endDate: string | undefined
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free