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