diff options
author | 2024-06-14 22:29:21 +0200 | |
---|---|---|
committer | 2024-06-14 16:29:21 -0400 | |
commit | 9b030239cb4db4e51a8a1da638743b60837f7e1a (patch) | |
tree | 50389cfbd185684c89bb5f6ab77cb91b066662b6 /.changeset | |
parent | 6b541ec4686587d750e71eb401f1040b984407de (diff) | |
download | astro-9b030239cb4db4e51a8a1da638743b60837f7e1a.tar.gz astro-9b030239cb4db4e51a8a1da638743b60837f7e1a.tar.zst astro-9b030239cb4db4e51a8a1da638743b60837f7e1a.zip |
Import Database type from correct file (#11262)
* Import Database type from correct file
* Add changeset
Diffstat (limited to '.changeset')
-rw-r--r-- | .changeset/nice-pillows-teach.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.changeset/nice-pillows-teach.md b/.changeset/nice-pillows-teach.md new file mode 100644 index 000000000..4a5ea7265 --- /dev/null +++ b/.changeset/nice-pillows-teach.md @@ -0,0 +1,5 @@ +--- +'@astrojs/db': patch +--- + +Import type `Database` from correct file |