Type Alias Source

Source: {
    filter?: (...args: [string, ...unknown[]]) => boolean;
    title: string;
    url: string;
}

Type declaration

  • Optionalfilter?: (...args: [string, ...unknown[]]) => boolean

    Takes a entry preview and returns whether or not it should be displayed

  • title: string

    A title to describe the feed

  • url: string

    The URL of an RSS feed