type alias z.ZodIssueBaseimport { type z } from "https://deno.land/x/pup@1.0.0-alpha-19/deps.ts"; const { ZodIssueBase } = z; definition: { path: (string | number)[]; message?: string; }