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

x/rss/src/types/internal/internal_atom.ts>InternalAtom

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

Properties

id: ValueField<string>
title: Text
updated: ValueField<Date>
updatedRaw: ValueField<string>
optional
icon: ValueField<string>
optional
categories: Category[]
optional
contributors: Person[]
optional
generator: ValueField<string>
optional
author: Person
optional
rights: Text
optional
subtitle: ValueField<string>
entries: Entry[]