mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-12 08:34:32 +00:00
* 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