Home / Type/ PolicyFormField Type — supabase Architecture

PolicyFormField Type — supabase Architecture

Architecture documentation for the PolicyFormField type/interface in Policies.types.ts from the supabase codebase.

Entity Profile

Source Code

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

export interface PolicyFormField {
  id?: number
  name: string
  schema: string
  table: string
  table_id?: number
  command: 'SELECT' | 'INSERT' | 'UPDATE' | 'DELETE' | 'ALL' | null
  check: string | null
  definition: string | null
  roles: string[]
}

Analyze Your Own Codebase

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

Try Supermodel Free