BUPKIS
API
Assertions
Preparing search index...
bupkis
z
core
$ZodFunctionDef
Interface $ZodFunctionDef<In, Out>
interface
$ZodFunctionDef
<
In
extends
$ZodFunctionIn
=
$ZodFunctionIn
,
Out
extends
$ZodFunctionOut
=
$ZodFunctionOut
,
>
{
checks
?:
z
.
core
.
$ZodCheck
<
never
>
[]
;
error
?:
$ZodErrorMap
<
never
>
;
input
:
In
;
output
:
Out
;
type
:
"function"
;
}
Type Parameters
In
extends
$ZodFunctionIn
=
$ZodFunctionIn
Out
extends
$ZodFunctionOut
=
$ZodFunctionOut
Hierarchy (
View Summary
)
$ZodTypeDef
$ZodFunctionDef
Index
Properties
checks?
error?
input
output
type
Properties
Optional
checks
checks
?:
z
.
core
.
$ZodCheck
<
never
>
[]
Optional
error
error
?:
$ZodErrorMap
<
never
>
input
input
:
In
output
output
:
Out
type
type
:
"function"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
checks
error
input
output
type
API
Assertions
GitHub
npm
BUPKIS
Loading...