diff options
Diffstat (limited to 'lib/interfaces.ts')
-rw-r--r-- | lib/interfaces.ts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/interfaces.ts b/lib/interfaces.ts index 1fbb226..931f712 100644 --- a/lib/interfaces.ts +++ b/lib/interfaces.ts @@ -31,3 +31,9 @@ export interface PostApiListEntry { export interface PostApiEntry extends PostApiListEntry { content: string; } + +export interface FeedOptions { + title: string; + feed_url: string; + site_url: string; +} |