Magpie HTML - v0.1.3
    Preparing search index...

    Interface DiscoveredFeed

    Discovered feed information.

    interface DiscoveredFeed {
        url: string;
        type: "rss" | "atom" | "unknown" | "json";
        title?: string;
    }
    Index

    Properties

    Properties

    url: string

    Feed URL

    type: "rss" | "atom" | "unknown" | "json"

    Feed type

    title?: string

    Feed title (if provided in link tag)