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