/**
 * 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;
}
