Interface RemoteDeviceSyncState

state of sync for a remote peer

interface RemoteDeviceSyncState {
    data: RemoteDeviceNamespaceGroupSyncState;
    initial: RemoteDeviceNamespaceGroupSyncState;
}

Properties

Properties

state of data namespaces (data and blob)

state of initial namespaces (auth, config, and blob index)