EU Parliament Monitor — API Documentation - v1.0.31
    Preparing search index...

    Interface DateRange

    Date range for article generation

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