import { type z } from "https://dotland.deno.dev/x/zod@v3.22.2/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://dotland.deno.dev/x/zod@v3.22.2/index.ts";
const { RefinementEffect } = z;