Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/rss/src/types/feed.ts>FeedEntry

📰 Deno module for deserializing RSS or ATOM XML feeds into typed objects
Very Popular
Go to Latest
interface FeedEntry
implements DublinCore, Slash, MediaRss
import { type FeedEntry } from "https://deno.land/x/rss@1.0.4/src/types/feed.ts";

Properties

optional
title: TextField
optional
description: TextField
id: string
optional
author: Author
optional
published: Date
optional
publishedRaw: string
optional
updated: Date
optional
updatedRaw: string
optional
categories: Category[]
optional
content: TextField
optional
comments: string
optional
source: { id?: string; title?: string; updated?: Date; updatedRaw?: string; url?: string; }
optional
contributors: Person[]
optional
rights: TextField
optional
attachments: Attachment[]