chore: upgrade ts generator for better type safety (#20975)
* chore: upgrade ts generator for better type safety * spec: fix tests
This commit is contained in:
parent
6e5ac301ce
commit
fcee7212ce
5 changed files with 10 additions and 12 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue