Riksdagsmonitor Intelligence Platform - v0.7.19
    Preparing search index...

    Interface JsonRpcRequest

    Outgoing JSON-RPC 2.0 request

    interface JsonRpcRequest {
        jsonrpc: "2.0";
        id: number;
        method: string;
        params?: Record<string, unknown>;
    }
    Index

    Properties

    jsonrpc: "2.0"
    id: number
    method: string
    params?: Record<string, unknown>