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

    Type Alias TransportListEntry

    type TransportListEntry = {
        isUnpublished: boolean;
        param: EnteredLoginParam;
    }
    Index

    Properties

    Properties

    isUnpublished: boolean

    Whether this transport is set to 'unpublished'. See set_transport_unpublished / setTransportUnpublished for details.

    The login data entered by the user.