Home / Type/ DeleteOAuthAppModalProps Type — supabase Architecture

DeleteOAuthAppModalProps Type — supabase Architecture

Architecture documentation for the DeleteOAuthAppModalProps type/interface in DeleteOAuthAppModal.tsx from the supabase codebase.

Entity Profile

Source Code

apps/studio/components/interfaces/Auth/OAuthApps/DeleteOAuthAppModal.tsx lines 8–14

interface DeleteOAuthAppModalProps {
  visible: boolean
  selectedApp?: OAuthClient
  setVisible: (value: string | null) => void
  onDelete: (params: OAuthServerAppDeleteVariables) => void
  isLoading: boolean
}

Analyze Your Own Codebase

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

Try Supermodel Free