src/graph/edge/interfaces/StepDirection.ts (6 lines of code) (raw):

import { NavigationDirection } from "../NavigationDirection"; export interface StepDirection { direction: NavigationDirection; motionChange: number; useFallback: boolean; }