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