NavigationCommand

type NavigationCommand = {
    action: NavigationAction,
    destination: Coordinate
}

Last updated