List of RSS items in the channel

Export

RssItem

interface RssItem {
    description?: string;
    guid?: Guid;
    pubDate?: Date;
}

Properties

description?: string

Description of the RSS item content

Memberof

RssItem

guid?: Guid

Memberof

RssItem

pubDate?: Date

Publication date and time of the RSS item

Memberof

RssItem