Home / Type/ QueueRowDeletesParams Type — supabase Architecture

QueueRowDeletesParams Type — supabase Architecture

Architecture documentation for the QueueRowDeletesParams type/interface in queueOperationUtils.ts from the supabase codebase.

Entity Profile

Source Code

apps/studio/components/grid/utils/queueOperationUtils.ts lines 277–283

interface QueueRowDeletesParams {
  rows: SupaRow[]
  table: Entity
  queryClient: QueryClient
  queueOperation: (operation: NewQueuedOperation) => void
  projectRef: string | undefined
}

Analyze Your Own Codebase

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

Try Supermodel Free