Skip to content

InferRow

InferRow<TTable> = TTable extends object ? R : Record<string, unknown>

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

TTable