interface OffsetNode {
    kind: "OffsetNode";
    offset: OperationNode;
}

Hierarchy (view full)

Properties

Properties

kind: "OffsetNode"