This repository was archived by the owner on Feb 25, 2022. It is now read-only.

Description
Hi, thank you for all the efforts!
I am using the following packages and see type errors during compilation:
- @types/redux-orm: 0.9.0
- redux-orm-angular: 2.0.0
Any plans to use @types/redux-orm?
ERROR in node_modules/redux-orm-angular/index.d.ts(36,38): error TS2707: Generic type 'Model<Fields, Additional, VirtualFields>' requires between 1 and 3 type arguments.
node_modules/redux-orm-angular/index.d.ts(57,38): error TS2707: Generic type 'Model<Fields, Additional, VirtualFields>' requires between 1 and 3 type arguments.
node_modules/redux-orm-angular/queryset.d.ts(6,25): error TS2707: Generic type 'Model<Fields, Additional, VirtualFields>' requires between 1 and 3 type arguments.
node_modules/redux-orm-angular/queryset.d.ts(6,34): error TS2707: Generic type 'Model<Fields, Additional, VirtualFields>' requires between 1 and 3 type arguments.