sequelize-typescript icon indicating copy to clipboard operation
sequelize-typescript copied to clipboard

Please provide an example of using models on browser

Open oscarcalvo opened this issue 1 year ago • 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 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?

oscarcalvo avatar Sep 16 '24 10:09 oscarcalvo