15407: Removes snackbar notification when websocket is disabled.
[arvados.git] / src / lib / cwl-svg / graph / connectable.ts
1 export interface Connectable {
2     connectionId: string;
3     isVisible: boolean;
4 }