18874: Merge branch 'main' from arvados-workbench2.git
[arvados.git] / services / workbench2 / src / lib / cwl-svg / graph / connectable.ts
1 export interface Connectable {
2     connectionId: string;
3     isVisible: boolean;
4 }