import { Rval3 } from './Rval3'

/** performAdRuleActionResponse */
export interface PerformAdRuleActionResponse {
  /** rval */
  rval?: Rval3
}
