import { Rval } from './Rval'

/** getAdRulesByStatementResponse */
export interface GetAdRulesByStatementResponse {
  /** rval */
  rval?: Rval
}
