【发布时间】:2020-05-07 14:31:13
【问题描述】:
我正在使用"typescript"- "3.8.3","mongoose": "5.9.11"
我的代码在 "typescript": "3.4.x"、"mongoose": "4.x" 版本上运行。
Collections 如下:
export let Collections = {
identity: "identities",
calllog: "calllog",
calllogs: "calllogs"
};
我遇到了一些相关的错误> TypeScript/issues/31663 但不知道如何解决它。
【问题讨论】:
标签: node.js typescript mongoose