NamespacedRow

Type Alias: NamespacedRow

ts
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