We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 679e662 commit f4fa63fCopy full SHA for f4fa63f
fern/products/sdks/overview/typescript/changelog/2025-09-08.mdx renamed to fern/products/sdks/overview/typescript/changelog/2025-09-15.mdx
@@ -7,7 +7,7 @@ This prevents compilation errors in the TypeScript SDK.
7
**`(feat):`** Generate `Request` and `Response` types variations for types that have readonly and/or writeonly properties.
8
For example, a type `User` will have a `User.Request` type that omits readonly properties and a `User.Response` type that omits writeonly properties.
9
10
-Set `generateReadWriteOnlyTypes` to `true` in the `config` of your generator configuration to enable this feature.
+Set `experimentalGenerateReadWriteOnlyTypes` to `true` in the `config` of your generator configuration to enable this feature.
11
```ts
12
import { User, FooClient } from "foo";
13
0 commit comments