interface RSS1import { type RSS1 } from "https://dotland.deno.dev/x/rss@1.1.0/mod.ts"; Propertieschannel: Channelimage: ImagetextInput: { about: string; title: string; description: string; link: string; name: string; }item: Item[]