Joe
DTDrizzle Team
•Created by Joe on 12/14/2024 in #help
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.2 replies