Home / Type/ PathsDatum Type — supabase Architecture

PathsDatum Type — supabase Architecture

Architecture documentation for the PathsDatum type/interface in Reports.types.ts from the supabase codebase.

Entity Profile

Source Code

apps/studio/components/interfaces/Reports/Reports.types.ts lines 40–49

export interface PathsDatum {
  timestamp: number
  path: string
  query_params: string
  count: number
  sum: number
  method: string
  avg_origin_time: number
  quantiles: number[]
}

Analyze Your Own Codebase

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

Try Supermodel Free