ZodIssueBaseCopyimport type { ZodIssueBase } from "https://esm.sh/zod@3.25.76/index.d.cts";type ZodIssueBase = {path: (string | number)[]; message?: string | undefined; };§Type§{path: (string | number)[]; message?: string | undefined; }[src]