Meshpocalypse Semantic
    Preparing search index...

    Interface RpcResponse

    Response body for POST /mesh/rpc

    interface RpcResponse {
        ok: true;
        result: unknown;
    }
    Index

    Properties

    Properties

    ok: true
    result: unknown