sora-js-sdk
    Preparing search index...

    Interface JSONRPCRequest

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

    Properties

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