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