类型别名 Document<IdType>

文档<IdType>: {
    _id: IdType
}

MongoDB 集合中的文档

类型参数

  • IdType = unknown

类型声明

使用TypeDoc生成