Prelude API
    Preparing search index...

    Interface Request

    interface Request {
        id: Id;
        jsonrpc: "2.0";
        method: string;
        params?: Params;
    }
    Index
    id: Id
    jsonrpc: "2.0"
    method: string
    params?: Params