Home / Type/ APIKeyDeleteDialogProps Type — supabase Architecture

APIKeyDeleteDialogProps Type — supabase Architecture

Architecture documentation for the APIKeyDeleteDialogProps type/interface in APIKeyDeleteDialog.tsx from the supabase codebase.

Entity Profile

Source Code

apps/studio/components/interfaces/APIKeys/APIKeyDeleteDialog.tsx lines 8–11

interface APIKeyDeleteDialogProps {
  apiKey: Extract<APIKeysData[number], { type: 'secret' | 'publishable' }>
  setKeyToDelete: (id: string | null) => void
}

Analyze Your Own Codebase

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

Try Supermodel Free