Operation: {
description?: string | string[];
target?: string;
type: "link" | "add" | "update" | "remove";
[key: string]: unknown;
}
Type Declaration
[key: string]: unknown
Optionaldescription?: string | string[]
Optionaltarget?: string
type: "link" | "add" | "update" | "remove"
An atomic operation within a change, targeting a specific node.