Error: node_modules/pouchorm/dist/types.d.ts:36:73 - error TS2344: Type 'IModel' does not satisfy the constraint '{}'.
[ng]
[ng] 36 export declare type SyncResult = PouchDB.Replication.SyncResult;
[ng] ~~
[ng]
[ng] node_modules/pouchorm/dist/types.d.ts:36:32
[ng] 36 export declare type SyncResult = PouchDB.Replication.SyncResult;
[ng] ~~
[ng] This type parameter might need an extends {} constraint.
[ng]
[ng]
[ng] Error: node_modules/pouchorm/dist/types.d.ts:37:61 - error TS2344: Type 'IModel' does not satisfy the constraint '{}'.
[ng]
[ng] 37 export declare type Sync = PouchDB.Replication.Sync;
I'm getting the following error:
Error: node_modules/pouchorm/dist/types.d.ts:36:73 - error TS2344: Type 'IModel' does not satisfy the constraint '{}'. [ng] [ng] 36 export declare type SyncResult = PouchDB.Replication.SyncResult;
[ng] = PouchDB.Replication.SyncResult;
[ng] = PouchDB.Replication.Sync;
~~ [ng] [ng] node_modules/pouchorm/dist/types.d.ts:36:32 [ng] 36 export declare type SyncResult~~ [ng] This type parameter might need anextends {}
constraint. [ng] [ng] [ng] Error: node_modules/pouchorm/dist/types.d.ts:37:61 - error TS2344: Type 'IModel' does not satisfy the constraint '{}'. [ng] [ng] 37 export declare type Sync