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