SysProM
    Preparing search index...

    Type Alias Operation

    Operation: {
        description?: string | string[];
        target?: string;
        type: "link" | "add" | "update" | "remove";
        [key: string]: unknown;
    }

    An atomic operation within a change, targeting a specific node.

    Type Declaration

    • [key: string]: unknown
    • Optionaldescription?: string | string[]
    • Optionaltarget?: string
    • type: "link" | "add" | "update" | "remove"