Skip to content

Commit f4fa63f

Browse files
Update changelogs from fern repo (#818)
Co-authored-by: Swimburger <[email protected]>
1 parent 679e662 commit f4fa63f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fern/products/sdks/overview/typescript/changelog/2025-09-08.mdx renamed to fern/products/sdks/overview/typescript/changelog/2025-09-15.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This prevents compilation errors in the TypeScript SDK.
77
**`(feat):`** Generate `Request` and `Response` types variations for types that have readonly and/or writeonly properties.
88
For example, a type `User` will have a `User.Request` type that omits readonly properties and a `User.Response` type that omits writeonly properties.
99

10-
Set `generateReadWriteOnlyTypes` to `true` in the `config` of your generator configuration to enable this feature.
10+
Set `experimentalGenerateReadWriteOnlyTypes` to `true` in the `config` of your generator configuration to enable this feature.
1111
```ts
1212
import { User, FooClient } from "foo";
1313

0 commit comments

Comments
 (0)