interface FeedDataimport { type FeedData } from "https://deno.land/x/lume@v2.2.4/plugins/feed.ts"; Propertiestitle: stringurl: stringdescription: stringpublished: Datelang: stringoptionalgenerator: stringitems: FeedItem[]