Sequelize Models accept two generic types to define what the model's Attributes & Creation Attributes are like: import { Model, Optional } from 'sequelize'; // ...
確定! 回上一頁