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