/** @since 5.0 */
export type EventsTicksVisualization = "none" | "start-and-end" | "start-only";

/** @since 5.0 */
export type IdealEdgeLengthType = "absolute-value" | "multiplier";