TraversalState

type TraversalState = Readonly<{
  keyPath: KeyPath;
}>;