UNPKG

@climatepartner/climatepartner-api-sdk

Version:

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

13 lines (12 loc) 260 B
/** * This file was generated by st-open-api */ export interface IRailTravel { country?: string; fromLocation: string; isReturnTrip?: boolean; toLocation: string; trainProvider?: string; trainType?: string; travelDate?: string; }