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
I'm using objection.js 3.0.0 with TypeScript and am trying to utilize the ModelRelations type which the docs say exists to "extract the relation names of the model class". Small example below results in the compilation error on modelRelations: Type 'string' is not assignable to type 'never'. ts(2322)
I'm using objection.js 3.0.0 with TypeScript and am trying to utilize the ModelRelations type which the docs say exists to "extract the relation names of the model class". Small example below results in the compilation error on modelRelations:
Type 'string' is not assignable to type 'never'. ts(2322)
The text was updated successfully, but these errors were encountered: