import { Rval } from './Rval'

/** makeTestNetworkResponse */
export interface MakeTestNetworkResponse {
  /** rval */
  rval?: Rval
}
