Values.AppDefinitionSourceThe definition of the Q App, specifying the cards and flow.
type nonrec t = {appDefinitionVersion : String_.t option;The version of the app definition schema or specification.
*)cards : CardModelList.t option;The cards that make up the Q App, such as text input, file upload, or query cards.
*)canEdit : Boolean.t option;A flag indicating whether the Q App's definition can be edited by the user.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `List of
[> `Structure of
(string
* [> `Structure of (string * Awso.Botodata.value) list ])
list ]
list
| `String of String_.t ])
list ]