/**
 * This file was generated by st-open-api
 */
import { IHotelStay } from './i-hotel-stay';
export interface IHotelStayRequest {
    input: IHotelStay;
}
