Preparing search index...
The search index is not available
@rendley/sdk - v1.5.0
@rendley/sdk
Zod
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
Inherited
External
Theme
OS
Light
Dark
On This Page
description
error
Map
max
Size
min
Size
type
Name
value
Type
@rendley/sdk - v1.5.0
Loading...
Generated using
TypeDoc