import { Rval2 } from './Rval2'; /** getTrafficDataResponse */ export interface GetTrafficDataResponse { /** rval */ rval?: Rval2; }