Interface InsertOneModel<TSchema>

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

Type Parameters

Properties

Properties

document: OptionalId<TSchema>

The document to insert.