Meteor Mongo Collection is not using typescript interface

后端 未结 0 365
南笙
南笙 2020-12-13 18:45

I want to describe Mongo.Collection schema via typescript interface to have a strict check for type on fetch, forEach, etc.

interface IChat {
  _id: string;
          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题