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

    Interface GetMEPsOptions

    Options for getMEPs

    interface GetMEPsOptions {
        country?: string;
        group?: string;
        committee?: string;
        active?: boolean;
        limit?: number;
        offset?: number;
    }
    Index

    Properties

    country?: string
    group?: string
    committee?: string
    active?: boolean
    limit?: number
    offset?: number