Values.AppDefinitionInputSourceThe input for defining an Q App.
type nonrec t = {cards : CardList.t;The cards that make up the Q App definition.
*)initialPrompt : InitialPrompt.t option;The initial prompt displayed when the Q App is started.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Structure of (string * Awso.Botodata.value) list ])
list ]
list
| `String of InitialPrompt.t ])
list ]