import { Rval } from './Rval'

/** getContentByStatementResponse */
export interface GetContentByStatementResponse {
  /** rval */
  rval?: Rval
}
