You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are trying to upgrade to mongosoe 6.x and encountered a problem with the package, It is importing an old interface which no longer exists. import { ConnectionOptions } from 'mongoose'; export interface TypegooseConnectionOptions extends ConnectionOptions { connectionName?: string; }
in the file typegoose-options.interface.d.ts
Should be updated to ConnectOptions.
Can this be fixed or should I open a PR for this?
The text was updated successfully, but these errors were encountered:
We are trying to upgrade to mongosoe 6.x and encountered a problem with the package, It is importing an old interface which no longer exists.
import { ConnectionOptions } from 'mongoose'; export interface TypegooseConnectionOptions extends ConnectionOptions { connectionName?: string; }
in the file typegoose-options.interface.d.ts
Should be updated to ConnectOptions.
Can this be fixed or should I open a PR for this?
The text was updated successfully, but these errors were encountered: