Riksdagsmonitor Intelligence Platform - v0.7.19
    Preparing search index...

    Interface DateRange

    Date range used for week-ahead article fetching

    interface DateRange {
        start: string;
        end: string;
    }
    Index

    Properties

    Properties

    start: string
    end: string