Preparing search index...
The search index is not available
Houston Common Library
Houston Common Library
@45drives/houston-common-ui
ZodCatchDef
Interface ZodCatchDef<T>
interface
ZodCatchDef
<
T
extends
ZodTypeAny
>
{
catchValue
:
(
(
ctx
:
{
error
:
ZodError
<
any
>
;
input
:
unknown
;
}
)
=>
T
[
"_input"
]
)
;
description
?:
string
;
errorMap
?:
ZodErrorMap
;
innerType
:
T
;
typeName
:
ZodCatch
;
}
Type Parameters
T
extends
ZodTypeAny
=
ZodTypeAny
Hierarchy-Diagram
Legend
interface
public property
Hierarchy (
view full
)
ZodTypeDef
ZodCatchDef
Index
Properties
catch
Value
description?
error
Map?
inner
Type
type
Name
Properties
catch
Value
catch
Value
:
(
(
ctx
:
{
error
:
ZodError
<
any
>
;
input
:
unknown
;
}
)
=>
T
[
"_input"
]
)
Type declaration
(
ctx
:
{
error
:
ZodError
<
any
>
;
input
:
unknown
;
}
)
:
T
[
"_input"
]
Parameters
ctx
:
{
error
:
ZodError
<
any
>
;
input
:
unknown
;
}
error
:
ZodError
<
any
>
input
:
unknown
Returns
T
[
"_input"
]
Optional
description
description
?:
string
Optional
error
Map
error
Map
?:
ZodErrorMap
inner
Type
inner
Type
:
T
type
Name
type
Name
:
ZodCatch
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
catch
Value
description
error
Map
inner
Type
type
Name
Official Cockpit API Documentation
Houston Common Library
Loading...