mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
249 B
249 B
@astrojs/db |
---|
patch |
Improves the typing of the asDrizzleTable()
utility
Fixes a type error when passing the output of defineTable()
to the utility and returns a more detailed type inferred from the columns of the passed table config.