import { Rval } from './Rval';
/** getAllNetworksResponse */
export interface GetAllNetworksResponse {
    /** rval[] */
    rval?: Array<Rval>;
}
