import { Rval } from './Rval'

/** getCurrentNetworkResponse */
export interface GetCurrentNetworkResponse {
  /** rval */
  rval?: Rval
}
