Thanks to visit codestin.com
Credit goes to mongodb.github.io

Interface ClientInsertOneResult

interface ClientInsertOneResult {
    insertedId: any;
}

Properties

Properties

insertedId: any

The _id of the inserted document.