Open cqh963852 opened 1 year ago
Sure, it's something that this library should add sooner or later. Feel free to get started on it. I'm busier than usual lately, so I can't promise anything at this time.
Also, thank you for using this project
up up
Problem
I am using fastify + fastify-zod.
The fastify-zod required a return schema.
Suggested solution
Would you consider adding the payload schema?
Alternatives
Or I can contribute some code, now the code structure is very clear.
How about generating something called
createManyXXXActionResult.schema.ts
/findManyXXXActionResult.schema.ts
?