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