export type IsRowOpen = boolean | 'all';
export type VisibleDisruptionIndicators = { id: string; visible: boolean };
