Zodiac API Documentation - v0.0.3
Preparing search index...
z
ZodSetDef
Interface ZodSetDef<Value>
interface
ZodSetDef
<
Value
extends
ZodTypeAny
=
ZodTypeAny
>
{
errorMap
?:
ZodErrorMap
;
description
?:
string
;
valueType
:
Value
;
typeName
:
ZodSet
;
minSize
:
null
|
{
value
:
number
;
message
?:
string
}
;
maxSize
:
null
|
{
value
:
number
;
message
?:
string
}
;
}
Type Parameters
Value
extends
ZodTypeAny
=
ZodTypeAny
Hierarchy (
View Summary
)
ZodTypeDef
ZodSetDef
Index
Properties
error
Map?
description?
value
Type
type
Name
min
Size
max
Size
Properties
Optional
error
Map
errorMap
?:
ZodErrorMap
Optional
description
description
?:
string
value
Type
valueType
:
Value
type
Name
typeName
:
ZodSet
min
Size
minSize
:
null
|
{
value
:
number
;
message
?:
string
}
max
Size
maxSize
:
null
|
{
value
:
number
;
message
?:
string
}
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
error
Map
description
value
Type
type
Name
min
Size
max
Size
Zodiac API Documentation - v0.0.3
Loading...