Description
I want to be able to filter which schemas the Zod plugin processes so I don't waste time and codesize making validators or things I don't need.
I can't use the global parser filter because I do want to create Types for everything, I just specifically don't want validators for everything.