Current section
Files
Jump to
Current section
Files
include/starfeeds@types_Feed.hrl
-record(feed, {
options :: starfeeds@types:feed_options(),
items :: list(starfeeds@types:item()),
categories :: list(binary()),
contributors :: list(starfeeds@types:author()),
extensions :: list(starfeeds@types:extension())
}).