FormattedWrapperTable Type — supabase Architecture
Architecture documentation for the FormattedWrapperTable type/interface in Wrappers.utils.ts from the supabase codebase.
Entity Profile
Source Code
apps/studio/components/interfaces/Integrations/Wrappers/Wrappers.utils.ts lines 53–62
export interface FormattedWrapperTable {
index: number
columns: { name: string }[]
is_new_schema: boolean
schema: string
schema_name: string
table_name: string
object?: string // From options object for Firebase/Stripe
[key: string]: any // For other dynamic options from table.options
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free