mirror of
https://github.com/withastro/astro.git
synced 2025-01-27 22:19:04 -05:00
8 lines
249 B
Markdown
8 lines
249 B
Markdown
|
---
|
||
|
"@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.
|