import { Rval } from './Rval';
/** updateNetworkResponse */
export interface UpdateNetworkResponse {
    /** rval */
    rval?: Rval;
}
