Values.RoutingRuleMatchBasePathsSourceRepresents a MatchBasePaths condition.
type nonrec t = {anyOf : SelectionKey.t list;The string of the case sensitive base path to be matched.
*)}val to_value :
t ->
[> `Structure of
(string * [> `List of [> `String of SelectionKey.t ] list ]) list ]