SharedAPIReportWidgetsProps Type — supabase Architecture
Architecture documentation for the SharedAPIReportWidgetsProps type/interface in SharedAPIReport.tsx from the supabase codebase.
Entity Profile
Source Code
apps/studio/components/interfaces/Reports/SharedAPIReport/SharedAPIReport.tsx lines 11–18
type SharedAPIReportWidgetsProps = {
data: any
error: any
isLoading: any
isRefetching: boolean
hiddenReports?: SharedAPIReportKey[]
sql: Record<SharedAPIReportKey, string>
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free