Home / Type/ RawChartData Type — supabase Architecture

RawChartData Type — supabase Architecture

Architecture documentation for the RawChartData type/interface in useServiceHealthMetrics.utils.ts from the supabase codebase.

Entity Profile

Source Code

apps/studio/components/interfaces/Observability/useServiceHealthMetrics.utils.ts lines 39–45

export type RawChartData = {
  timestamp: string | number
  ok_count?: number | null
  warning_count?: number | null
  error_count?: number | null
  [key: string]: string | number | null | undefined
}

Analyze Your Own Codebase

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

Try Supermodel Free