z.SafeParseErrorCopyimport type { z } from "https://esm.sh/zod@3.25.76/index.d.cts"; const { SafeParseError } = z;type SafeParseError<Input> = {success: false; error: ZodError<Input>; data?: never; };§Type Parameters§Input[src]§Type§{success: false; error: ZodError<Input>; data?: never; }[src]