GridForeignKey Type — supabase Architecture
Architecture documentation for the GridForeignKey type/interface in base.ts from the supabase codebase.
Entity Profile
Source Code
apps/studio/components/grid/types/base.ts lines 31–37
export interface GridForeignKey {
targetTableSchema?: string | null
targetTableName?: string | null
targetColumnName?: string | null
deletionAction?: string
updateAction?: string
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free