interface-forge - v2.5.0
Preparing search index...
src/zod
<internal>
$ZodIssueBase
Interface $ZodIssueBase
interface
$ZodIssueBase
{
code
?:
string
;
input
?:
unknown
;
message
:
string
;
path
:
PropertyKey
[]
;
}
Hierarchy (
View Summary
)
$ZodIssueBase
$ZodIssueInvalidType
$ZodIssueInvalidStringFormat
$ZodIssueTooSmall
$ZodIssueTooBig
$ZodIssueNotMultipleOf
$ZodIssueUnrecognizedKeys
$ZodIssueInvalidValue
$ZodIssueInvalidUnion
$ZodIssueInvalidKey
$ZodIssueInvalidElement
$ZodIssueCustom
Index
Properties
code?
input?
message
path
Properties
Optional
Readonly
code
code
?:
string
Optional
Readonly
input
input
?:
unknown
Readonly
message
message
:
string
Readonly
path
path
:
PropertyKey
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
code
input
message
path
interface-forge - v2.5.0
Loading...