Custom Zod type intended to be used to process query parameters in API requests. Treats strings "true" and "1" as true and strings "false" and "0" as false. Shows up as a simple boolean in OpenAPI schema while accepting strings during parsing
Custom Zod type intended to be used to process query parameters in API requests. Treats strings "true" and "1" as true and strings "false" and "0" as false. Shows up as a simple boolean in OpenAPI schema while accepting strings during parsing