Skip to content

Commit

Permalink
Client auto update (#268)
Browse files Browse the repository at this point in the history
Co-authored-by: rbruggem <rbruggem@users.noreply.github.com>
  • Loading branch information
rbruggem and rbruggem authored Aug 3, 2023
1 parent 469e3c4 commit 7e24786
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/models/ShippingLegEmissionEstimate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@
/* eslint-disable */

import type { Distance } from './Distance'
import type { DistanceCalculationMethod } from './DistanceCalculationMethod'
import type { EmissionEstimate } from './EmissionEstimate'

export type ShippingLegEmissionEstimate = EmissionEstimate & {
distance?: Distance
distanceCalculationMethod?: DistanceCalculationMethod
/**
* Summary of the methodology used to calculate emissions or any value which is a prerequisite.
*
Expand Down

0 comments on commit 7e24786

Please sign in to comment.