From 7ebe918ea01cfd72a6aa7e6c4001bfac90381522 Mon Sep 17 00:00:00 2001 From: Devin Logan Date: Thu, 9 Oct 2025 07:47:08 -0400 Subject: [PATCH] delete bundle option --- fern/products/sdks/overview/typescript/configuration.mdx | 3 --- 1 file changed, 3 deletions(-) diff --git a/fern/products/sdks/overview/typescript/configuration.mdx b/fern/products/sdks/overview/typescript/configuration.mdx index 0d8c20156..581ecc65d 100644 --- a/fern/products/sdks/overview/typescript/configuration.mdx +++ b/fern/products/sdks/overview/typescript/configuration.mdx @@ -22,9 +22,6 @@ Allow fields that are not defined in object schemas. This only applies to serde. See [TypeScript serde layer](/sdks/generators/typescript/serde-layer) for more information. - - - The default timeout for network requests. In the generated client, this can be overridden at the request level.