UNPKG

@climatepartner/climatepartner-api-sdk

Version:

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

16 lines (15 loc) 397 B
/** * This file was generated by st-open-api */ import { ICityName } from './i-city-name'; import { IUicCode } from './i-uic-code'; import { IWgs84 } from './i-wgs84'; import { IZipCode } from './i-zip-code'; export interface ILocationDetailsElements { cityName?: ICityName; iataCode?: string; uicCode?: IUicCode; unLocode?: string; wgs84?: IWgs84; zipCode?: IZipCode; }