AddRestrictionModalProps Type — supabase Architecture
Architecture documentation for the AddRestrictionModalProps type/interface in AddRestrictionModal.tsx from the supabase codebase.
Entity Profile
Source Code
apps/studio/components/interfaces/Settings/Database/NetworkRestrictions/AddRestrictionModal.tsx lines 20–24
interface AddRestrictionModalProps {
type?: 'IPv4' | 'IPv6'
hasOverachingRestriction: boolean
onClose: () => void
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free