import { type z } from "https://deno.land/x/zod@v3.22.1/index.ts";
const { RefinementEffect } = z;
definition: { type: "refinement"; refinement: (arg: T, ctx: RefinementCtx) => any; }
x/zod/index.ts>z.RefinementEffect
import { type z } from "https://deno.land/x/zod@v3.22.1/index.ts";
const { RefinementEffect } = z;