objection.js icon indicating copy to clipboard operation
objection.js copied to clipboard

knexIdentifierMapping missing in TypeScript types

Open MoJo2600 opened this issue 3 years ago • 1 comments

Hello,

knexIdentifierMapping is mentioned in the docs but when I try to import it into my project i get the following error message:

import {knexIdentifierMapping} from 'objection';
Module '"../../node_modules/objection/typings/objection"' has no exported member 'knexIdentifierMapping'.ts(2305)

Not sure if this is on purpose or if it is just missing?

MoJo2600 avatar Dec 21 '20 11:12 MoJo2600

Any updates on this?

jmealo avatar Oct 19 '23 16:10 jmealo