This repo is a simple reproduction of drizzle-team/drizzle-orm#1730.
To reproduce:
pnpm i- Go to SampleUtils.ts and notice that the type of
table1RowWrongis not typed properly buttable1RowCorrectis.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This repo is a simple reproduction of drizzle-team/drizzle-orm#1730.
To reproduce:
pnpm itable1RowWrong is not typed properly but table1RowCorrect is.