Skip to content

ts
type OptionValueType = string | number | Symbol | Boolean | object;
type OptionValueType = string | number | Symbol | Boolean | object;