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