Skip to main content
Module

x/zod/ZodError.ts>ZodInvalidStringIssue

TypeScript-first schema validation with static type inference
Very Popular
Go to Latest
interface ZodInvalidStringIssue
implements ZodIssueBase
import { type ZodInvalidStringIssue } from "https://deno.land/x/zod@v3.21.4/ZodError.ts";

Properties

code: ZodIssueCode.invalid_string
validation: StringValidation