Files
DefinitelyTyped/types/google-apps-script
Bertrand Dechoux 8a73e86642 [@types/google-apps-script] Add type for getData request parameter (#38030)
* 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
2019-09-24 14:03:40 -07:00
..