DeployEdgeFunctionWarningModalProps Type — supabase Architecture
Architecture documentation for the DeployEdgeFunctionWarningModalProps type/interface in DeployEdgeFunctionWarningModal.tsx from the supabase codebase.
Entity Profile
Source Code
apps/studio/components/interfaces/EdgeFunctions/DeployEdgeFunctionWarningModal.tsx lines 3–8
interface DeployEdgeFunctionWarningModalProps {
visible: boolean
onCancel: () => void
onConfirm: () => void
isDeploying: boolean
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free