import { Rval } from './Rval'

/** getAdUnitsByStatementResponse */
export interface GetAdUnitsByStatementResponse {
  /** rval */
  rval?: Rval
}
