import { Rval } from './Rval'; /** getSitesByStatementResponse */ export interface GetSitesByStatementResponse { /** rval */ rval?: Rval; }