QueueRowAddParams Type — supabase Architecture
Architecture documentation for the QueueRowAddParams type/interface in queueOperationUtils.ts from the supabase codebase.
Entity Profile
Source Code
apps/studio/components/grid/utils/queueOperationUtils.ts lines 180–188
interface QueueRowAddParams {
queryClient: QueryClient
queueOperation: (operation: NewQueuedOperation) => void
projectRef: string
tableId: number
table: Entity
rowData: PendingAddRow
enumArrayColumns?: string[]
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free