Interface InsertOneModel<TSchema>

Represents an insertOne operation that can be used in a bulk write operation.

Field

document - The document to insert.

interface InsertOneModel<TSchema> {
    document: TSchema;
}

Type Parameters

Properties

Properties

document: TSchema

The document to insert.