"export=": {
down: (queryInterface: any, Sequelize: any) => Promise<any>;
up: (queryInterface: any, Sequelize: any) => Promise<any>;
}
Type Declaration
down: (queryInterface: any, Sequelize: any) => Promise<any>
up: (queryInterface: any, Sequelize: any) => Promise<any>