import { Rval } from './Rval'

/** getContactsByStatementResponse */
export interface GetContactsByStatementResponse {
  /** rval */
  rval?: Rval
}
