Type Alias RowLikeResult<R>

RowLikeResult: Expand<RemoveNever<{ [K in keyof R]: ScalarResult<R[K]> }>>

Type Parameters