interface-forge - v2.5.0
Preparing search index...
src/zod
<internal>
$ZodCatchDef
Interface $ZodCatchDef<T>
interface
$ZodCatchDef
<
T
extends
SomeType
=
$ZodType
>
{
catchValue
:
(
ctx
:
$ZodCatchCtx
)
=>
unknown
;
checks
?:
$ZodCheck
<
never
>
[]
;
error
?:
$ZodErrorMap
<
never
>
;
innerType
:
T
;
type
:
"catch"
;
}
Type Parameters
T
extends
SomeType
=
$ZodType
Hierarchy (
View Summary
)
$ZodTypeDef
$ZodCatchDef
Index
Properties
catch
Value
checks?
error?
inner
Type
type
Properties
catch
Value
catchValue
:
(
ctx
:
$ZodCatchCtx
)
=>
unknown
Optional
checks
checks
?:
$ZodCheck
<
never
>
[]
Optional
error
error
?:
$ZodErrorMap
<
never
>
inner
Type
innerType
:
T
type
type
:
"catch"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
catch
Value
checks
error
inner
Type
type
interface-forge - v2.5.0
Loading...