Skip to content

Type Alias: InferRowType\<K\>

InferRowType<K> = K extends AugmentedRegistry<QueryRegistry> ? QueryRegistry[K] extends object ? R extends Record<string, unknown> ? R : Record<string, unknown> : Record<string, unknown> : Record<string, unknown>

Infers the row type from a query result array. Used for TypedArrowTable row typing.

K