A basic typed implementation of Sequelize which makes reference to the following blog https://michalzalecki.com/using-sequelize-with-typescript/
There is no DB implemented, use sequelize.spec.ts as an example of the syntax only.
Interface definitions of the data models
Model definitions for the database objects and interactions
Factory classes for generating valid dto objects for testing