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

x/rss/src/types/atom.ts>AtomEntry

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

Properties

id: string
title: AtomText
updated: Date
updatedRaw: string
optional
published: Date
optional
publishedRaw: string
optional
content: AtomContent
optional
author: AtomPerson
optional
contributors: AtomPerson[]
optional
summary: AtomText
optional
rights: AtomText
optional
categories: AtomCategory[]
optional
source: AtomSource
optional
href: string