PolicyTemplatesProps Type — supabase Architecture
Architecture documentation for the PolicyTemplatesProps type/interface in PolicyTemplates.tsx from the supabase codebase.
Entity Profile
Source Code
apps/studio/components/interfaces/Auth/Policies/PolicyEditorPanel/PolicyTemplates.tsx lines 17–23
interface PolicyTemplatesProps {
schema: string
table: string
selectedPolicy?: PostgresPolicy
selectedTemplate?: string
onSelectTemplate: (template: any) => void
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free