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