Home / Type/ PostgrestMetricsVariables Type — supabase Architecture

PostgrestMetricsVariables Type — supabase Architecture

Architecture documentation for the PostgrestMetricsVariables type/interface in usePostgrestOverviewMetrics.ts from the supabase codebase.

Entity Profile

Source Code

apps/studio/components/interfaces/Observability/usePostgrestOverviewMetrics.ts lines 6–11

type PostgrestMetricsVariables = {
  projectRef: string
  startDate: string
  endDate: string
  interval: '1hr' | '1day' | '7day'
}

Analyze Your Own Codebase

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

Try Supermodel Free