* Add type for request parameter of function getData
See https://developers.google.com/datastudio/connector/reference#getdata
* use interface instead of class
* Improve typing
Use union of string values instead of a generic string type.
* Add regression test of request format
* Use const instead of var