Type Alias LegacyParamValue

LegacyParamValue:
    | string
    | number
    | boolean
    | (string | number)[]