type NamespacedRow = Record<string, Record<string, unknown>>;type NamespacedRow = Record<string, Record<string, unknown>>;Defined in: packages/db/src/types.ts:804
A namespaced row is a row withing a pipeline that had each table wrapped in its alias