@nexartis/nexartis-nanda-node-sdk - v1.2.1
    Preparing search index...

    Interface IndexDiffResult

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

    Properties

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