DeleteRoleModalProps Type — supabase Architecture
Architecture documentation for the DeleteRoleModalProps type/interface in DeleteRoleModal.tsx from the supabase codebase.
Entity Profile
Source Code
apps/studio/components/interfaces/Database/Roles/DeleteRoleModal.tsx lines 8–13
interface DeleteRoleModalProps {
role: PostgresRole
visible: boolean
onClose: () => void
onDelete?: () => void
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free