EU Parliament Monitor - API Documentation - v0.5.0
    Preparing search index...

    Interface DateRange

    Date range for article generation

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

    Properties

    Properties

    start: string
    end: string