BaseReportParams Type — supabase Architecture
Architecture documentation for the BaseReportParams type/interface in Reports.types.ts from the supabase codebase.
Entity Profile
Source Code
apps/studio/components/interfaces/Reports/Reports.types.ts lines 13–15
export type BaseReportParams = { iso_timestamp_start: string; iso_timestamp_end: string } & {
sql?: string
} & unknown
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free