Monorepo drizzle-zod types problem
I have a monorepo with packages like drizzle-schema and api-contracts

4 Replies
so in drizzle schema I also declare validation schems

there, their types are correct

but when I import them in api-contracts package their types get broken
strings and number become some strange type
z.ZodType<Buffer, unknown>;

@Ling Mai Jiānguǒ sir, could you please help me on this one please