Describes a peer intent to the system storageId: the key for syncState to decide what the other peer already has isEphemeral: to decide if we bother recording this peer's sync state

interface PeerMetadata {
    isEphemeral?: boolean;
    storageId?: StorageId;
}

Properties

isEphemeral?: boolean
storageId?: StorageId