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