Riksdagsmonitor Intelligence Platform โ€” API Documentation - v0.8.54
    Preparing search index...
    interface GenerationOptions {
    ย ย ย ย languages?: Language[];
    ย ย ย ย lookbackDays?: number;
    ย ย ย ย writeArticle?: (html: string, filename: string) => Promise<boolean | void>;
    }
    Index

    Properties

    languages?: Language[]
    lookbackDays?: number
    writeArticle?: (html: string, filename: string) => Promise<boolean | void>