Skip to content

Commit

Permalink
front: update generated types
Browse files Browse the repository at this point in the history
  • Loading branch information
eckter committed Apr 25, 2023
1 parent 549c9e9 commit f133699
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions front/src/common/api/osrdMiddlewareApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -988,8 +988,10 @@ export type StdcmRequest = {
timetable?: number;
start_time?: number;
end_time?: number;
start_points?: Waypoint[];
end_points?: Waypoint[];
steps?: {
duration?: number;
waypoints?: Waypoint;
}[];
maximum_departure_delay?: number;
maximum_relative_run_time?: number;
speed_limit_tags?: string;
Expand Down

0 comments on commit f133699

Please sign in to comment.