Integration App SDK - v1.14.0
Console
React Lib
REST API
Preparing search index...
@integration-app/sdk
recursiveZodFormattedError
Type Alias recursiveZodFormattedError<T>
recursiveZodFormattedError
:
T
extends
[
any
,
...
any
[]
]
?
{
[
K
in
keyof
T
]
?:
ZodFormattedError
<
T
[
K
]
>
}
:
T
extends
any
[]
?
{
[
k
:
number
]:
ZodFormattedError
<
T
<
T
>
[
number
]
,
string
>
}
:
T
extends
object
?
{
[
K
in
keyof
T
]
?:
ZodFormattedError
<
T
[
K
]
>
}
:
unknown
Type Parameters
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Console
React Lib
REST API
Integration App SDK - v1.14.0
Loading...