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

    Interface IndexDiffResult

    interface IndexDiffResult {
        added: HomeportAgent[];
        removed: string[];
        since: string;
        updated: HomeportAgent[];
    }
    Index

    Properties

    added: HomeportAgent[]
    removed: string[]
    since: string
    updated: HomeportAgent[]