We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f962348 commit e17ed07Copy full SHA for e17ed07
2 files changed
.changeset/lemon-flies-smoke.md
@@ -0,0 +1,5 @@
1
+---
2
+'@astrojs/rss': patch
3
4
+
5
+exposes RSSFeedItem type
packages/astro-rss/src/index.ts
@@ -32,7 +32,7 @@ export type RSSOptions = {
32
trailingSlash?: z.infer<typeof rssOptionsValidator>['trailingSlash'];
33
};
34
35
-type RSSFeedItem = {
+export type RSSFeedItem = {
36
/** Link to item */
37
link: string;
38
/** Full content of the item. Should be valid HTML */
0 commit comments