Typescript error when working with mongoose ( running inside kubernetes cluster and skaffold )

前端 未结 0 504
礼貌的吻别
礼貌的吻别 2020-12-02 20:06

The code is,

const userSchema = new mongoose.Schema({
  email: {
    type: String,
    required: true,
  },
  password: {
    type: String,
    required: true         


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