microsoft / TypeScript-Node-Starter

A reference example for TypeScript and Node with a detailed README describing how to use the two together.
MIT License
11.31k stars 2.77k forks source link

Typescript model export not working #44

Open fabiante opened 7 years ago

fabiante commented 7 years ago

Hi,

I can't export my model as my model type. This line gives me this error:

src/model/person.model.ts(19,14): error TS2322: Type 'Model<TUserModel>' is not assignable to type 'TUserModel'.
  Type 'Model<TUserModel>' is not assignable to type 'Document'.
    Property 'increment' is missing in type 'Model<TUserModel>'.