Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Type 'IModel' does not satisfy the constraint '{}' #26

Open
g-schmitz opened this issue May 2, 2024 · 0 comments
Open

Type 'IModel' does not satisfy the constraint '{}' #26

g-schmitz opened this issue May 2, 2024 · 0 comments

Comments

@g-schmitz
Copy link

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] ~~~~~~
[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;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant