Type 'DocumentQuery' is missing the following properties IUser

前端 未结 0 568
日久生厌
日久生厌 2020-11-27 08:48

I have a User interface:

import {Document} from "mongoose";

export interface IUser extends Document{
    email: string;
    password: string;
    s         


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