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