bupkis
API
Assertions
Preparing search index...
bupkis
z
core
$ZodErrorTree
Type Alias $ZodErrorTree<T, U>
$ZodErrorTree
:
T
extends
Primitive
?
{
errors
:
U
[]
}
:
T
extends
[
any
,
...
any
[]
]
?
{
errors
:
U
[]
;
items
?:
{
[
K
in
keyof
T
]
?:
$ZodErrorTree
<
T
[
K
]
,
U
>
}
}
:
T
extends
any
[]
?
{
errors
:
U
[]
;
items
?:
$ZodErrorTree
<
T
[
number
]
,
U
>
[]
}
:
T
extends
object
?
{
errors
:
U
[]
;
properties
?:
{
[
K
in
keyof
T
]
?:
$ZodErrorTree
<
T
[
K
]
,
U
>
}
;
}
:
{
errors
:
U
[]
}
Type Parameters
T
U
=
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
API
Assertions
GitHub
npm
bupkis
Loading...