/**
 * This file was generated by st-open-api
 */
export interface IHotelStay {
    country: string;
    hasBreakfast: boolean;
    hotelCategory: string;
    numberOfNights: number;
}
