drizzle-zod returns properties as optional and `unknown`
i'm trying to get something work with
@hono/zod-openapi
and i am using drizzle to manage my postgres.
when i use the following, drizzle-zod seems to return unknown
types for properties and I am a bit stumped...
the output for the type is...
this isn't of any use. this also happens if i use straight drizzle-zod
without using the factory. is there anything i am missing here? any help would be greatly appreciated.1 Reply
ok, i resolved this, im working in a mono-repo and i had conflicting tsconfig files. ive consolidated on a route tsconfig file...