/** * Timeline selectable element. */ export interface TimelineSelectable { selected?: boolean; selectable?: boolean; }