interface FeedItemimport { type FeedItem } from "https://deno.land/x/lume@v1.18.4/plugins/feed.ts"; Propertiestitle: stringurl: stringdescription: stringdate: Datecontent: stringlang: string