sdeprez
Results
2
issues of
sdeprez
### What version of `drizzle-orm` are you using? 0.30.8 ### What version of `drizzle-kit` are you using? 0.20.14 ### Describe the Bug (I've filed a bug report but arguably this...
bug
Code: ```typescript import {Static, Type} from '@sinclair/typebox' const schema = Type.Object({}) type T = Static ``` In that case, the type of `T` is `{}`, which in Typescript actually validates...
enhancement
consideration