astro/.changeset/calm-tigers-stare.md
Erika acf78c5e27
fix(assets): Fix types to be more accurate (#6530)
* fix(assets): Fix types to be more accurate

* chore: changeset
2023-03-13 13:54:56 +01:00

10 lines
319 B
Markdown

---
'astro': patch
---
Fix various inaccuracies with types related to the new Assets features:
- getConfiguredImageService wasn't present on the astro:assets types.
- ImageMetadata wasn't exported
- Fixed wrong module declaration for `avif`, `heic` and `heif` files.
- Add missing module declaration for SVGs imports