import { Rval } from './Rval'

/** getDaiEncodingProfilesByStatementResponse */
export interface GetDaiEncodingProfilesByStatementResponse {
  /** rval */
  rval?: Rval
}
