Preparing search index...
The search index is not available
biorate
biorate
mongodb
mongoose
ValidateOpts
Interface ValidateOpts<T>
interface
ValidateOpts
<
T
>
{
message
?:
string
|
ValidatorMessageFn
;
msg
?:
string
;
propsParameter
?:
boolean
;
type
?:
string
;
validator
:
ValidateFn
<
T
>
|
LegacyAsyncValidateFn
<
T
>
|
AsyncValidateFn
<
T
>
;
}
Type Parameters
T
Index
Properties
message?
msg?
props
Parameter?
type?
validator
Properties
Optional
message
message
?:
string
|
ValidatorMessageFn
Optional
msg
msg
?:
string
Optional
props
Parameter
props
Parameter
?:
boolean
Optional
type
type
?:
string
validator
validator
:
ValidateFn
<
T
>
|
LegacyAsyncValidateFn
<
T
>
|
AsyncValidateFn
<
T
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
message
msg
props
Parameter
type
validator
biorate
Loading...