Interface: RssItem
Defined in: src/types/index.ts:606
A single item in an RSS feed.
Properties
author?
optionalauthor?:string
Defined in: src/types/index.ts:620
Optional author name.
categories?
optionalcategories?:string[]
Defined in: src/types/index.ts:618
Optional categories/tags.
content?
optionalcontent?:string
Defined in: src/types/index.ts:616
Optional full content (HTML allowed).
customData?
optionalcustomData?:string
Defined in: src/types/index.ts:622
Optional custom data (e.g. enclosure for podcasts).
description?
optionaldescription?:string
Defined in: src/types/index.ts:614
Optional description or excerpt.
link
link:
string
Defined in: src/types/index.ts:612
URL of the item (relative to site, e.g. "/blog/my-post/").
pubDate
pubDate:
string|Date
Defined in: src/types/index.ts:610
Publication date (Date object or ISO string).
title
title:
string
Defined in: src/types/index.ts:608
Title of the item.