import { Node } from "../../../dataset/node"; export interface Insert { node: Node; }