Values.AcceptedAssetScopeSourceThe accepted asset scope.
type nonrec t = {assetId : AssetId.t;The asset ID of the accepted asset scope.
*)filterIds : FilterIds.t;The filter IDs of the accepted asset scope.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of FilterId.t ] list | `String of AssetId.t ])
list ]