EU Parliament Monitor — API Documentation - v0.8.59
    Preparing search index...

    Interface JsonRpcSuccess

    JSON-RPC 2.0 response (success).

    interface JsonRpcSuccess {
        jsonrpc: "2.0";
        id: string | number | null;
        result: unknown;
    }
    Index

    Properties

    Properties

    jsonrpc: "2.0"
    id: string | number | null
    result: unknown