Interface GenericInsertOneResult<ID>Internal

Shouldn't be used by the user directly.

interface GenericInsertOneResult<ID> {
    insertedId: ID;
}

Type Parameters

  • ID

Properties

Properties

insertedId: ID