Saltar al contenido principal

Interface: RssItem

Defined in: src/types/index.ts:606

A single item in an RSS feed.

Properties

author?

optional author?: string

Defined in: src/types/index.ts:620

Optional author name.


categories?

optional categories?: string[]

Defined in: src/types/index.ts:618

Optional categories/tags.


content?

optional content?: string

Defined in: src/types/index.ts:616

Optional full content (HTML allowed).


customData?

optional customData?: string

Defined in: src/types/index.ts:622

Optional custom data (e.g. enclosure for podcasts).


description?

optional description?: string

Defined in: src/types/index.ts:614

Optional description or excerpt.


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.