()
| 5078 | const preprocessType = ZodEffects.createWithPreprocess; |
| 5079 | const pipelineType = ZodPipeline.create; |
| 5080 | const ostring = () => stringType().optional(); |
| 5081 | const onumber = () => numberType().optional(); |
| 5082 | const oboolean = () => booleanType().optional(); |
| 5083 |