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