Preparing search index...
The search index is not available
biorate
biorate
mongodb
mongoose
mongo
ModifyResult
Interface ModifyResult<TSchema>
interface
ModifyResult
<
TSchema
>
{
lastErrorObject
?:
mongoose
.
mongo
.
BSON
.
Document
;
ok
:
0
|
1
;
value
:
WithId
<
TSchema
>
;
}
Type Parameters
TSchema
=
mongoose
.
mongo
.
BSON
.
Document
Index
Properties
last
Error
Object?
ok
value
Properties
Optional
last
Error
Object
last
Error
Object
?:
mongoose
.
mongo
.
BSON
.
Document
ok
ok
:
0
|
1
value
value
:
WithId
<
TSchema
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
last
Error
Object
ok
value
biorate
Loading...