通过


ValueListType type

文本值列表。 这些值可以表示为管道分隔的字符串,例如“value1|value2|value3”或简单的值数组。

type ValueListType = string | string[]