JSONValue: null | boolean | number | string | RPC.JSONValue[] | {
    [key: string]: RPC.JSONValue;
}

Generated using TypeDoc