type alias ZodIssueBaseimport { type ZodIssueBase } from "https://dotland.deno.dev/x/zod@v3.20/index.ts"; definition: { path: (string | number)[]; message?: string; }