SysProM
    Preparing search index...
    DiffResult: {
        added: { id: string; name: string }[];
        modified: { id: string; newName: string; oldName: string }[];
        removed: { id: string; name: string }[];
    }

    Concise difference result — added, modified, and removed nodes with their IDs and names.

    Type Declaration

    • added: { id: string; name: string }[]
    • modified: { id: string; newName: string; oldName: string }[]
    • removed: { id: string; name: string }[]