@tactics/lokaal-loket 0.0.203 → 0.0.204

Sign up to get free protection for your applications and to get access to all the features.
package/build/index.d.cts CHANGED
@@ -1253,6 +1253,7 @@ interface ILine {
1253
1253
  steps: IRouteStep[];
1254
1254
  }
1255
1255
  interface IStep {
1256
+ key: string;
1256
1257
  instructions: string;
1257
1258
  travel_mode: google.maps.TravelMode;
1258
1259
  }
package/build/index.d.ts CHANGED
@@ -1253,6 +1253,7 @@ interface ILine {
1253
1253
  steps: IRouteStep[];
1254
1254
  }
1255
1255
  interface IStep {
1256
+ key: string;
1256
1257
  instructions: string;
1257
1258
  travel_mode: google.maps.TravelMode;
1258
1259
  }