Zodiac API Documentation - v0.0.3
Preparing search index...
z
ZodLazyDef
Interface ZodLazyDef<T>
interface
ZodLazyDef
<
T
extends
ZodTypeAny
=
ZodTypeAny
>
{
errorMap
?:
ZodErrorMap
;
description
?:
string
;
getter
:
()
=>
T
;
typeName
:
ZodLazy
;
}
Type Parameters
T
extends
ZodTypeAny
=
ZodTypeAny
Hierarchy (
View Summary
)
ZodTypeDef
ZodLazyDef
Index
Properties
error
Map?
description?
getter
type
Name
Properties
Optional
error
Map
errorMap
?:
ZodErrorMap
Optional
description
description
?:
string
getter
getter
:
()
=>
T
type
Name
typeName
:
ZodLazy
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
error
Map
description
getter
type
Name
Zodiac API Documentation - v0.0.3
Loading...