sequelize/sequelize-typescript

Please provide an example of using models on browser

oscarcalvo opened this issue · 0 comments

I want to use these models on the frontend, and I have taken a look at https://github.com/sequelize/sequelize-typescript/blob/master/src/browser/index.ts, as well as issues like #675 and #668. However, I don't fully understand how I can export the models. Could you provide an example?