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

    Type Alias AppSource

    Version information of a single source of a client, eg. "gplay" or "fdroid".

    type AppSource = {
        downloadUrl: string;
        versionInteger: T.U32;
        versionString: string;
    }
    Index
    downloadUrl: string

    Where to download that version. Security note: consumers need to verify themselves that downloaded app files are valid before installing them.

    versionInteger: T.U32

    Always increasing version number.

    versionString: string

    Version string that should be shown to the user. UI must not linkify the string as it may be interpreted like a phone number or an IP address.