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_rss1.ts>InternalRSS1

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

Properties

channel: Channel
item: Item[]
image: Image
textInput: { title: ValueField<string>; description: ValueField<string>; name: ValueField<string>; link: ValueField<string>; about: string; }