查找选项: FindOneOptions{
    limit?: 数字
}

查找多个文档时传递的选项

类型声明

  • Optional Readonly limit?: 数字

    要返回的最大文档数。

使用TypeDoc生成