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