import { type z } from "https://deno.land/x/zod@v3.21.1/index.ts";
const { PreprocessEffect } = z;
definition: { type: "preprocess"; transform: (arg: T) => any; }
x/zod/index.ts>z.PreprocessEffect
import { type z } from "https://deno.land/x/zod@v3.21.1/index.ts";
const { PreprocessEffect } = z;