Home / Type/ ServiceHealthTableProps Type — supabase Architecture

ServiceHealthTableProps Type — supabase Architecture

Architecture documentation for the ServiceHealthTableProps type/interface in ServiceHealthTable.tsx from the supabase codebase.

Entity Profile

Source Code

apps/studio/components/interfaces/Observability/ServiceHealthTable.tsx lines 31–37

export type ServiceHealthTableProps = {
  services: ServiceConfig[]
  serviceData: Record<string, ServiceData>
  onBarClick: (serviceKey: string, logsUrl: string) => (datum: LogsBarChartDatum) => void
  interval: IntervalKey
  datetimeFormat: string
}

Analyze Your Own Codebase

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

Try Supermodel Free