Skip to content

Commit 1a29418

Browse files
Add Category and Enclosure types to exports (#214)
1 parent c886bd1 commit 1a29418

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/feed.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import renderAtom from "./atom1";
22
import renderJSON from "./json";
33
import renderRSS from "./rss2";
4-
import type { Author, Extension, FeedOptions, Item } from "./typings";
4+
import type { Author, Category, Enclosure, Extension, FeedOptions, Item } from "./typings";
55

6-
export type { Author, Extension, FeedOptions, Item };
6+
export type { Author, Category, Enclosure, Extension, FeedOptions, Item };
77

88
/**
99
* Class used to generate Feeds

0 commit comments

Comments
 (0)