Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

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

📰 Deno module for deserializing RSS or ATOM XML feeds into typed objects
Very Popular
Go to Latest
interface InternalAtom
import { type InternalAtom } from "https://deno.land/x/rss@0.5.6/src/types/internal/mod.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[]