interface ProposeDeleteNode {
    name: DELETE_NODE;
    nodeID: string;
}

Hierarchy (view full)

Properties

Properties

nodeID: string