@deltachat/jsonrpc-client
    Preparing search index...

    Type Alias JSONValue

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