I\'m trying to integrate mongoose with typescript:
UserModel.ts:
import mongoose, { Schema, Document, Model } from "mongoose"; interface IU