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

    Interface MEPContactPoint

    Office contact point embedded in an EP parliamentary mandate.

    interface MEPContactPoint {
        email?: string;
        hasSite?: string;
        hasTelephone?: MEPTelephone;
        id?: string;
        officeAddress?: string;
        type?: string;
    }
    Index
    email?: string
    hasSite?: string
    hasTelephone?: MEPTelephone
    id?: string
    officeAddress?: string
    type?: string