Type alias InsertManyResult<IdType>

InsertManyResult<IdType>: {
    insertedIds: IdType[];
}

Result of inserting many documents

Type Parameters

  • IdType

Type declaration

  • Readonly insertedIds: IdType[]

    The IDs of the inserted documents

Generated using TypeDoc