diff --git a/docs/generators/typescript.md b/docs/generators/typescript.md index 2cf63273479..20948b6b54c 100644 --- a/docs/generators/typescript.md +++ b/docs/generators/typescript.md @@ -13,3 +13,5 @@ sidebar_label: typescript |prependFormOrBodyParameters|Add form or body parameters to the beginning of the parameter list.| |false| |modelPropertyNaming|Naming convention for the property: 'camelCase', 'PascalCase', 'snake_case' and 'original', which keeps the original name| |camelCase| |supportsES6|Generate code that conforms to ES6.| |false| +|fileContentDataType|Specifies the type to use for the content of a file - i.e. Blob (Browser) / Buffer (node)| |Buffer| +|framework|Specify the framework which should be used in the client code.|
**fetch-api**
fetch-api
**jquery**
jquery
|fetch-api|