Values.CodegenJobRenderConfigSourceDescribes the configuration information for rendering the UI component associated with the code generation job.
type nonrec t = {react : ReactStartCodegenJobData.t option;The name of the ReactStartCodegenJobData object.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `Map of
([> `String of String_.t ] * [> `String of String_.t ])
list
| `Structure of
(string
* [> `Structure of
(string * [> `String of String_.t ]) list ])
list ])
list ])
list ]