21128: Merge commit 'adbbc9e3c7a36d39b30f403555ee5889e32adcc0' into 21128-toolbar...
[arvados.git] / services / workbench2 / src / lib / cwl-svg / graph / connectable.ts
1 export interface Connectable {
2     connectionId: string;
3     isVisible: boolean;
4 }