interface NodeOrEdgeDeleteResponse {
    items: {
        externalId: string;
        instanceType: "node" | "edge";
        space: string;
    }[];
}

Properties

Properties

items: {
    externalId: string;
    instanceType: "node" | "edge";
    space: string;
}[]