import { Rval1 } from './Rval1'; /** getDeliveryForecastResponse */ export interface GetDeliveryForecastResponse { /** rval */ rval?: Rval1; }