missing type declarations in mysql-core imports (>v0.25.1)

JJeyprox4/23/2023
after upgrading drizzle-orm to v0.25.1 i get some errors in my schema telling me that drizzle-orm/mysql-core/indexes, columns and table all have missing type declarations, any idea why that might be happening?
Bbloberenober4/23/2023
you should now import from drizzle-orm/mysql-core
JJeyprox4/23/2023
ah, ty for specifying :D
JJeyprox4/23/2023
just saw that there were some changes to the imports