KeyedNamespacedRow

Type Alias: KeyedNamespacedRow

ts
type KeyedNamespacedRow = [unknown, NamespacedRow];
type KeyedNamespacedRow = [unknown, NamespacedRow];

Defined in: packages/db/src/types.ts:561

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