package eu.dnetlib.shared;

import java.io.Serializable;

import com.google.gwt.core.client.JavaScriptObject;
import com.google.gwt.core.client.JsArray;

@SuppressWarnings("serial")
public class TableInfoResponse extends JavaScriptObject implements Serializable {

	protected TableInfoResponse(){}
	
	public final native JsArray<InfoForTable> getResponse()/*-{
		return this.response;
	}-*/;
}
