Home / Type/ ContentFileProps Type — supabase Architecture

ContentFileProps Type — supabase Architecture

Architecture documentation for the ContentFileProps type/interface in Connect.types.ts from the supabase codebase.

Entity Profile

Source Code

apps/studio/components/interfaces/Connect/Connect.types.ts lines 7–23

export interface ContentFileProps {
  projectKeys: {
    apiUrl: string
    anonKey?: string
    publishableKey?: string
  }
  connectionStringPooler: {
    transactionShared: string
    sessionShared: string
    transactionDedicated?: string
    sessionDedicated?: string
    ipv4SupportedForDedicatedPooler: boolean
    direct?: string
  }
  connectionTab: 'App Frameworks' | 'Mobile Frameworks' | 'ORMs'
  onCopy?: () => void
}

Analyze Your Own Codebase

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

Try Supermodel Free