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

* chore: upgrade ts generator for better type safety

* spec: fix tests
This commit is contained in:
Samuel Attard
2019-11-05 15:20:29 -08:00
committed by GitHub
parent 92362da082
commit 1b66c03e41
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.