Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

z.ZodInvalidArgumentsIssue

import type { z } from "https://esm.sh/zod@3.25.76/index.d.cts"; 

const { ZodInvalidArgumentsIssue } = z;
interface ZodInvalidArgumentsIssue extends ZodIssueBase {
argumentsError: ZodError;
code: ZodIssueCode.invalid_arguments;
}

§Extends

§Properties

§
argumentsError: ZodError
[src]
§
code: ZodIssueCode.invalid_arguments
[src]