21128: fixed details panel crash Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox...
[arvados.git] / src / lib / cwl-svg / graph / connectable.ts
1 export interface Connectable {
2     connectionId: string;
3     isVisible: boolean;
4 }