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