Missing Refine type after update
Seem like with a recent release of drizzle-zod, we lost an exported type (namely Refine) to satisfy types in a single place. Anyone know of a better way to do this so we don't need to repeat code? And maybe any way we can export the Refine type (seems like its BuildRefine now 🤔)?
1 Reply
Ok well,
BuildRefine
works perfectly for me, but its not exported. I will try to get a PR in to fix that.
Until then, I worked around it by importing the file directly: