type NamespacedRow = Record<string, Record<string, unknown>>;
type NamespacedRow = Record<string, Record<string, unknown>>;
Defined in: packages/db/src/types.ts:555
A namespaced row is a row withing a pipeline that had each table wrapped in its alias
Your weekly dose of JavaScript news. Delivered every Monday to over 100,000 devs, for free.