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

ZodInvalidArgumentsIssue

import type { ZodInvalidArgumentsIssue } from "https://esm.sh/zod@3.25.76/index.d.cts";
interface ZodInvalidArgumentsIssue extends ZodIssueBase {
argumentsError: ZodError;
code: ZodIssueCode.invalid_arguments;
}

§Extends

§Properties

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