How to ignore `input` validation and just pass in an object with interfaces?
For my input I just want to pass in an interface rather than using a Zod schema. Either that or if somebody can let me know how to pass in an external interface as a
z.object() param