Member Junction
    Preparing search index...

    Per-feed outcome, reported whether the feed succeeded or not.

    interface RSSFeedStatus {
        articleCount: number;
        error: string;
        name: string;
        success: boolean;
        url: string;
    }
    Index

    Properties

    articleCount: number
    error: string
    name: string
    success: boolean
    url: string