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

    Type Alias JSONValue

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