TypeScript-Node-Starter icon indicating copy to clipboard operation
TypeScript-Node-Starter copied to clipboard

Typescript model export not working

Open fabiante opened this issue 8 years ago • 0 comments
trafficstars

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>'.

fabiante avatar Sep 01 '17 11:09 fabiante