Home / Type/ PolicyTable Type — supabase Architecture

PolicyTable Type — supabase Architecture

Architecture documentation for the PolicyTable type/interface in PolicyTableRow.types.ts from the supabase codebase.

Entity Profile

Source Code

apps/studio/components/interfaces/Auth/Policies/PolicyTableRow/PolicyTableRow.types.ts lines 1–6

export type PolicyTable = {
  id: number
  schema: string
  name: string
  rls_enabled: boolean
}

Analyze Your Own Codebase

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

Try Supermodel Free