import { ChildPortRef } from "./ChildPortRef"; export interface Connection { from: ChildPortRef; to: ChildPortRef; }