Preparing search index...
The search index is not available
devfive front components
devfive front components
index
z
z
ZodSetDef
Interface ZodSetDef<Value>
interface
ZodSetDef
<
Value
>
{
description
?:
string
;
errorMap
?:
ZodErrorMap
;
maxSize
:
null
|
{
message
?:
string
;
value
:
number
;
}
;
minSize
:
null
|
{
message
?:
string
;
value
:
number
;
}
;
typeName
:
ZodSet
;
valueType
:
Value
;
}
Type Parameters
Value
extends
ZodTypeAny
=
ZodTypeAny
Hierarchy (
view full
)
ZodTypeDef
ZodSetDef
Index
Properties
description?
error
Map?
max
Size
min
Size
type
Name
value
Type
Properties
Optional
description
description
?:
string
Optional
error
Map
error
Map
?:
ZodErrorMap
max
Size
max
Size
:
null
|
{
message
?:
string
;
value
:
number
;
}
Type declaration
Optional
message
?:
string
value
:
number
min
Size
min
Size
:
null
|
{
message
?:
string
;
value
:
number
;
}
Type declaration
Optional
message
?:
string
value
:
number
type
Name
type
Name
:
ZodSet
value
Type
value
Type
:
Value
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
description
error
Map
max
Size
min
Size
type
Name
value
Type
devfive front components
index
test
Generated using
TypeDoc