You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Inlines type aliases to simplify your generated SDK. When enabled, reduces unnecessary type definitions by replacing simple aliases with their underlying types directly. Useful for OpenAPI specs with many primitive or simple type aliases.
122
+
Inlines type aliases to simplify your generated SDK. When enabled, reduces
123
+
unnecessary type definitions by replacing simple aliases with their underlying
124
+
types directly. Useful for OpenAPI specs with many primitive or simple type
125
+
aliases.
123
126
124
-
You can preserve specific aliases by adding an `except` array listing the type names to keep as separate types. For example:
127
+
Set to `true` to inline all aliases, or use an object with an `except` array
0 commit comments