@nexartis/homeport-sdk - v1.0.0
    Preparing search index...

    Type Alias IndexChangeEvent

    IndexChangeEvent:
        | { agent: HomeportAgent; timestamp: string; type: "added" }
        | { agent: HomeportAgent; timestamp: string; type: "updated" }
        | { agentId: string; timestamp: string; type: "removed" }

    Discriminated union for index change events. 'removed' only carries the agentId.