Preparing search index...
The search index is not available
@rendley/sdk - v1.7.2
@rendley/sdk
Zod
z
ZodFunctionDef
Interface ZodFunctionDef<Args, Returns>
interface
ZodFunctionDef
<
Args
extends
Zod
.
z
.
ZodTuple
<
any
,
any
>
=
Zod
.
z
.
ZodTuple
<
any
,
any
>
,
Returns
extends
Zod
.
z
.
ZodTypeAny
=
Zod
.
z
.
ZodTypeAny
,
>
{
args
:
Args
;
description
?:
string
;
errorMap
?:
Zod
.
z
.
ZodErrorMap
;
returns
:
Returns
;
typeName
:
ZodFunction
;
}
Type Parameters
Args
extends
Zod
.
z
.
ZodTuple
<
any
,
any
>
=
Zod
.
z
.
ZodTuple
<
any
,
any
>
Returns
extends
Zod
.
z
.
ZodTypeAny
=
Zod
.
z
.
ZodTypeAny
Hierarchy (
View Summary
)
Zod
.
z
.
ZodTypeDef
ZodFunctionDef
Index
Properties
args
description?
error
Map?
returns
type
Name
Properties
args
args
:
Args
Optional
description
description
?:
string
Optional
error
Map
errorMap
?:
Zod
.
z
.
ZodErrorMap
returns
returns
:
Returns
type
Name
typeName
:
ZodFunction
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
args
description
error
Map
returns
type
Name
@rendley/sdk - v1.7.2
Loading...