API 参考
    正在准备搜索索引...

    接口 InsertOneModel<TSchema>

    interface InsertOneModel<TSchema extends Document = Document> {
        document: OptionalId<TSchema>;
    }

    类型参数

    索引

    属性

    属性

    document: OptionalId<TSchema>

    The document to insert.