Skip to content

Commit

Permalink
Merge pull request #38 from BjoernRave/export-maneuver-type
Browse files Browse the repository at this point in the history
Export maneuver type
  • Loading branch information
chrstnbwnkl authored Jan 11, 2024
2 parents 13d3e30 + 5948fcd commit d5b3307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/valhalla/parameters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ export interface ValhallaLeg {
maneuvers?: ValhallaManeuvers[]
}

interface ValhallaManeuvers {
export interface ValhallaManeuvers {
type?: number
/**
* Written maneuver instruction. Describes the maneuver.
Expand Down

0 comments on commit d5b3307

Please sign in to comment.