@maschinenlesbar.org/lebensmittelwarnung-cli
    Preparing search index...

    Interface RawRssItem

    Raw, un-projected RSS item: the leaf elements exactly as the feed serves them.

    interface RawRssItem {
        description?: string;
        guid?: string;
        link?: string;
        pubDate?: string;
        title?: string;
    }
    Index
    description?: string

    The <description> body, kept verbatim (HTML inside a CDATA section).

    guid?: string
    link?: string
    pubDate?: string
    title?: string