European Parliament MCP Server API - v1.4.23
    Preparing search index...

    Interface MEPMembershipPeriod

    Period associated with an EP membership record.

    interface MEPMembershipPeriod {
        id: string;
        type: string;
        endDate?: string;
        startDate?: string;
    }
    Index
    id: string
    type: string
    endDate?: string
    startDate?: string