sequelize-typescript
sequelize-typescript copied to clipboard
Please provide an example of using models on browser
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 https://github.com/sequelize/sequelize-typescript/issues/675 and https://github.com/sequelize/sequelize-typescript/issues/668. However, I don't fully understand how I can export the models. Could you provide an example?