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;
}import type { ZodInvalidArgumentsIssue } from "https://esm.sh/zod@3.25.76/index.d.cts";