Automerge Repo - v2.3.0-alpha.0
    Preparing search index...

    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;
    }
    Index

    Properties

    isEphemeral?: boolean
    storageId?: StorageId