Preparing search index...
The search index is not available
biorate
biorate
mongodb
mongoose
InsertManyResult
Type alias InsertManyResult<T>
Insert
Many
Result
<
T
>
:
mongoose
.
mongo
.
InsertManyResult
<
T
>
&
{
insertedIds
:
{
[
key
:
number
]
:
InferId
<
T
>
;
}
;
mongoose
?:
{
validationErrors
?:
(
mongoose
.
Error
.
CastError
|
ValidatorError
)
[]
;
}
;
}
Type Parameters
T
Type declaration
inserted
Ids
:
{
[
key
:
number
]
:
InferId
<
T
>
;
}
[
key
:
number
]:
InferId
<
T
>
Optional
mongoose
?:
{
validationErrors
?:
(
mongoose
.
Error
.
CastError
|
ValidatorError
)
[]
;
}
Optional
validation
Errors
?:
(
mongoose
.
Error
.
CastError
|
ValidatorError
)
[]
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
biorate
Loading...