UNPKG

@climatepartner/climatepartner-api-sdk

Version:

The ClimatePartner API provides one uniform public API to customers of ClimatePartner.

12 lines (11 loc) 257 B
/** * This file was generated by st-open-api */ import { ITypeWaypoint } from './enumeration/i-type-waypoint'; export interface IWaypoint { address?: string; iata?: string; latitude?: number; longitude?: number; type: ITypeWaypoint; }