Home / Type/ PostgresPolicyUpdatePayload Type — supabase Architecture

PostgresPolicyUpdatePayload Type — supabase Architecture

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

Entity Profile

Source Code

apps/studio/components/interfaces/Auth/Policies/Policies.types.ts lines 29–35

export interface PostgresPolicyUpdatePayload {
  id: number
  name?: string
  definition?: string
  check?: string
  roles?: string[]
}

Analyze Your Own Codebase

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

Try Supermodel Free