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

    Interface JSONLDResponse<T>Internal

    JSON-LD response format from EP API.

    interface JSONLDResponse<T = Record<string, unknown>> {
        "@context": unknown[];
        data: T[];
        [key: string]: unknown;
    }

    Type Parameters

    Hierarchy

    • Record<string, unknown>
      • JSONLDResponse

    Indexable

    • [key: string]: unknown
    Index

    Properties

    Properties

    "@context": unknown[]
    data: T[]