Values.SlotDefaultValueSourceSpecifies the default value to use when a user doesn't provide a value for a slot.
type nonrec t = {defaultValue : SlotDefaultValueString.t;The default value to use when a user doesn't provide a value for a slot.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of SlotDefaultValueString.t ]) list ]