Home / Type/ IntegrationConnectionItemProps Type — supabase Architecture

IntegrationConnectionItemProps Type — supabase Architecture

Architecture documentation for the IntegrationConnectionItemProps type/interface in IntegrationConnection.tsx from the supabase codebase.

Entity Profile

Source Code

apps/studio/components/interfaces/Integrations/VercelGithub/IntegrationConnection.tsx lines 26–29

interface IntegrationConnectionItemProps extends IntegrationConnectionProps {
  disabled?: boolean
  onDeleteConnection: (connection: IntegrationProjectConnection) => void | Promise<void>
}

Analyze Your Own Codebase

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

Try Supermodel Free