File: KeyedNamespacedRow.md | Updated: 11/15/2025
Search...
+ K
Auto
Docs Examples GitHub Contributors
Docs Examples GitHub Contributors
Docs Examples GitHub Contributors
Docs Examples Github Contributors
Docs Examples Github Contributors
Docs Examples Github Contributors
Docs Examples Github Contributors
Docs Examples Github Contributors
Maintainers Partners Support Learn StatsBETA Discord Merch Blog GitHub Ethos Brand Guide
Documentation
Framework
React
Version
Latest
Search...
+ K
Menu
Getting Started
Guides
Collections
Frameworks
Community
API Reference
Framework
React
Version
Latest
Menu
Getting Started
Guides
Collections
Frameworks
Community
API Reference
On this page
Copy Markdown
Type Alias: KeyedNamespacedRow
==============================
ts
type KeyedNamespacedRow = [unknown, NamespacedRow];
type KeyedNamespacedRow = [unknown, NamespacedRow];
Defined in: packages/db/src/types.ts:689
A keyed namespaced row is a row with a key and a namespaced row This is the main representation of a row in a query pipeline
