import NodeItem from "./NodeItem"; export default interface NodeGroupItem { x: number; node: NodeItem; }