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
I am using QuickType programmatically in a script to generate bindings for multiple languages, and I would like to be able to specify type-safe renderer options for each language. For example:
I am using QuickType programmatically in a script to generate bindings for multiple languages, and I would like to be able to specify type-safe renderer options for each language. For example:
The above example currently results in a type error:
Is it currently possible to get the "raw" TypeScript type corresponding to the renderer options for a specific language?
The text was updated successfully, but these errors were encountered: