import { Rval1 } from './Rval1'

/** performAdUnitActionResponse */
export interface PerformAdUnitActionResponse {
  /** rval */
  rval?: Rval1
}
