interface FeedItemimport { type FeedItem } from "https://dotland.deno.dev/x/lume@v2.4.2/plugins/feed.ts"; Propertiestitle: stringurl: stringdescription: stringpublished: Dateoptionalupdated: Datecontent: stringlang: stringoptionalimage: stringoptionalauthor: Author