Riksdagsmonitor Intelligence Platform โ€” API Documentation - v1.0.47
    Preparing search index...

    Interface RssSignal

    interface RssSignal {
    ย ย ย ย title: string;
    ย ย ย ย link: string;
    ย ย ย ย guid: string;
    ย ย ย ย pubDate?: string;
    ย ย ย ย description?: string;
    ย ย ย ย matchedDokIds: readonly string[];
    }

    Hierarchy (View Summary)

    Index
    title: string
    link: string
    guid: string
    pubDate?: string
    description?: string
    matchedDokIds: readonly string[]