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

Interface InsertOneModel<TSchema>

interface InsertOneModel<TSchema> {
    document: OptionalId<TSchema>;
}

Type Parameters

Properties

Properties

document: OptionalId<TSchema>

The document to insert.