export type Level = number; export type SelectionMode = "EXTREMITY" | "NONE"; export type SelectionDirection = "FORWARD" | "BACKWARD";