Preparing search index...
The search index is not available
@team-plain/typescript-sdk
@team-plain/typescript-sdk
<internal>
recursiveZodFormattedError
Type alias recursiveZodFormattedError<T>
recursive
Zod
Formatted
Error
<
T
>
:
T
extends
[
any
,
...
any
[]
]
?
{
[
K
in
keyof
T
]
?:
ZodFormattedError
<
T
[
K
]
>
}
:
T
extends
any
[]
?
{
[
k
:
number
]
:
ZodFormattedError
<
T
[
number
]
>
;
}
:
T
extends
object
?
{
[
K
in
keyof
T
]
?:
ZodFormattedError
<
T
[
K
]
>
}
:
unknown
Type Parameters
T
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
@team-plain/typescript-sdk
Loading...
Generated using
TypeDoc