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