import { type z } from "https://deno.land/x/zod@v3.23.3/index.ts";
const { ZodIssue } = z;
definition: ZodIssueOptionalMessage & { fatal?: boolean; message: string; }
import { type z } from "https://deno.land/x/zod@v3.23.3/index.ts";
const { ZodIssue } = z;