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
Your weekly dose of JavaScript news. Delivered every Monday to over 100,000 devs, for free.