Oliver Ponder 5e27f11ef1 Use the latest version of superagent. (#3579)
* Use the latest version of superagent.

* Run javascript shell scripts.
2019-08-13 15:19:22 +08:00

22 lines
335 B
JavaScript

goog.provide('API.Client.inline_object_1');
/**
* @record
*/
API.Client.InlineObject1 = function() {}
/**
* Additional data to pass to server
* @type {!string}
* @export
*/
API.Client.InlineObject1.prototype.additionalMetadata;
/**
* file to upload
* @type {!Object}
* @export
*/
API.Client.InlineObject1.prototype.file;