tsoa-next
Preparing search index...
tsoa-next
ArrayValidator
Interface ArrayValidator
interface
ArrayValidator
{
isArray
?:
{
errorMsg
?:
string
}
;
maxItems
?:
{
errorMsg
?:
string
;
value
:
number
}
;
minItems
?:
{
errorMsg
?:
string
;
value
:
number
}
;
uniqueItems
?:
{
errorMsg
?:
string
}
;
}
Index
Properties
is
Array?
max
Items?
min
Items?
unique
Items?
Properties
Optional
is
Array
isArray
?:
{
errorMsg
?:
string
}
Optional
max
Items
maxItems
?:
{
errorMsg
?:
string
;
value
:
number
}
Optional
min
Items
minItems
?:
{
errorMsg
?:
string
;
value
:
number
}
Optional
unique
Items
uniqueItems
?:
{
errorMsg
?:
string
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
is
Array
max
Items
min
Items
unique
Items
tsoa-next
Loading...