chore: upgrade ts generator for better type safety (#20976)

* chore: upgrade ts generator for better type safety

* spec: fix tests
This commit is contained in:
trop[bot]
2019-11-05 15:20:08 -08:00
committed by Samuel Attard
parent 66a95db3df
commit 1de38af8cc
5 changed files with 10 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
# ProtocolResponseUploadData Object
* `contentType` String - MIME type of the content.
* `data` String - Content to be sent.
* `data` String | Buffer - Content to be sent.