类型别名 NewDocument<T>

新建文档<t>: Omit<t, "_id">部分<Pick<t, "_id">>

定义了可选 _id 的新文档。

类型参数

使用TypeDoc生成