interface FeedEntry implements DublinCore, Slash, MediaRssimport { type FeedEntry } from "https://dotland.deno.dev/x/rss@1.1.1/mod.ts"; Propertiesoptionaltitle: TextFieldoptionaldescription: TextFieldlinks: Link[]id: stringoptionalauthor: Authoroptionalpublished: DateoptionalpublishedRaw: stringoptionalupdated: DateoptionalupdatedRaw: stringoptionalcategories: Category[]optionalcontent: TextFieldoptionalcomments: stringoptionalsource: { id?: string; title?: string; updated?: Date; updatedRaw?: string; url?: string; }optionalcontributors: Person[]optionalrights: TextFieldoptionalattachments: Attachment[]